On Sun, Jun 03, 2007 at 09:31:35PM EDT, Adam Lazur wrote:
> cga2000 ([EMAIL PROTECTED]) said:
> > Creating a .deb file from source and installing it is documented in many
> > places but I haven't found anything that says how I can run the
> > equivalent of ./configure in a debian context.
>
> apt
cga2000 ([EMAIL PROTECTED]) said:
> Creating a .deb file from source and installing it is documented in many
> places but I haven't found anything that says how I can run the
> equivalent of ./configure in a debian context.
apt-get source screen
cd screen-4.0.2
vi debian/rules
# find the ./config
Is anyone running screen on a debian system with 256 colors enabled?
The binary that comes with debian etch does not enable 256-color
support.
Creating a .deb file from source and installing it is documented in many
places but I haven't found anything that says how I can run the
equivalent of ./