Skip to content

Instantly share code, notes, and snippets.

@longkey1
Last active October 12, 2015 08:28
Show Gist options
  • Save longkey1/3999362 to your computer and use it in GitHub Desktop.
Save longkey1/3999362 to your computer and use it in GitHub Desktop.
How to install screen in development version
$ cd ~/local
$ git clone git://git.savannah.gnu.org/screen.git screen
$ cd screen/src
$ ./autogen.sh
$ sudo apt-get install autoconf2.64
$ ./configure --prefix=$HOME/local \
--enable-colors256
$ make
$ make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment