User Tools

Site Tools


unix:256colours

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
unix:256colours [2009/06/16 15:47]
robm
unix:256colours [2009/08/21 13:17]
robm
Line 111: Line 111:
  
 <code bash> <code bash>
-sudo apt-get build-dep screen   # Install whatever's needed to compile screen +sudo apt-get build-dep screen                 # Install whatever's needed to compile screen 
-apt-get source screen           # Download + extract screen source+apt-get source screen                        # Download + extract screen source
 cd ./screen-4.0.3 cd ./screen-4.0.3
-./configure --help | grep 256   # Find magic option we need +./configure --help | grep 256                 # Find magic option we need 
-vim debian/rules                # Edit package build rules, and add \ +vim debian/rules                              # Edit package build rules, and add \ 
-                                # --enable-colors256 to the ./configure command line +                                              # --enable-colors256 to the ./configure command line 
-dpkg-buildpackage -uc -b        # Create a *.deb package file in the directory above current+fakeroot dpkg-buildpackage -uc -b             # Create a *.deb package file in the directory above current
 cd .. cd ..
-dpkg -i screen_4.0.3-7ubuntu1_i386.deb   # Install the newly create package+sudo dpkg -i screen_4.0.3-7ubuntu1_i386.deb   # Install the newly create package
 </code> </code>
  
unix/256colours.txt · Last modified: 2018/07/30 15:10 by robm