From subsecret
Revision as of 12:44, 21 April 2013 by Steffen Mikkelsen (talk | contribs) (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 ....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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
./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