Created
May 7, 2011 09:05
-
-
Save cnruby/960344 to your computer and use it in GitHub Desktop.
Revisions
-
cnruby revised this gist
May 7, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,4 +6,4 @@ $ ./configure --prefix=/usr/local \ --with-shared --without-debug \ --enable-widec --enable-const --enable-ext-colors --enable-sigwinch --enable-wgetch-events \ && make $ sudo make install -
cnruby created this gist
May 7, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ $ curl -O ftp://ftp.gnu.org/gnu/ncurses/ncurses-5.9.tar.gz $ tar -xzvf ncurses-5.9.tar.gz $ cd ./ncurses-5.9 $ ./configure --prefix=/usr/local \ --without-cxx --without-cxx-binding --without-ada --without-progs --without-curses-h \ --with-shared --without-debug \ --enable-widec --enable-const --enable-ext-colors --enable-sigwinch --enable-wgetch-events \ && make $ sudo make install