From subsecret
Jump to: navigation, search
(Created page with "==patch== tar xf patch-2.6.1.tar.gz cd patch-2.6.1 ./configure --prefix=/tools make -j 12 make install cd .. ==ncurses== tar xf ncurses-5.8.tar.gz cd ncurses-5.8 ....")
 
Line 1: Line 1:
==patch==
==patch==
  tar xf patch-2.6.1.tar.gz
  tar xf patch-2.7.1.tar.gz
  cd patch-2.6.1
  cd patch-2.7.1
  ./configure --prefix=/tools
  ./configure --prefix=/tools
  make -j 12
  make -j 8 make install
make install
  cd ..
  cd ..


==ncurses==
==ncurses==

Revision as of 14:41, 9 May 2013

patch

tar xf patch-2.7.1.tar.gz
cd patch-2.7.1
./configure --prefix=/tools
make -j 8 make install
cd ..

ncurses

tar xf ncurses-5.8.tar.gz
cd ncurses-5.8
./configure --prefix=/tools --with-shared --with-normal --with-termlib --with-ticlib --enable-widec
make -j 12
make install
cd ..

nano

tar xf nano-2.2.6.tar.gz 
cd nano-2.2.6
./configure --prefix=/tools
make -j 12
make install
cd ..

We are now ready for next step