From subsecret
(Created page with "==m4== tar xf m4-1.4.16.tar.gz cd m4-1.4.16 ./configure --prefix=/tools make -j 12 make install cd .. ==ncurses== tar xf ncurses-5.8.tar.gz cd ncurses-5.8 ./conf...") |
|||
Line 9: | Line 9: | ||
==ncurses== | ==ncurses== | ||
tar xf ncurses-5. | tar xf ncurses-5.9.tar.gz | ||
cd ncurses-5. | cd ncurses-5.9 | ||
./configure --prefix=/tools --with-shared --with-termlib --with-ticlib --with-normal | ./configure --prefix=/tools --with-shared --with-termlib --with-ticlib --with-normal | ||
make -j 12 | make -j 12 | ||
make install | make install | ||
cd .. | cd .. | ||
==bash== | ==bash== |
Revision as of 14:43, 21 April 2013
m4
tar xf m4-1.4.16.tar.gz cd m4-1.4.16 ./configure --prefix=/tools make -j 12 make install cd ..
ncurses
tar xf ncurses-5.9.tar.gz cd ncurses-5.9 ./configure --prefix=/tools --with-shared --with-termlib --with-ticlib --with-normal make -j 12 make install cd ..
bash
tar xf bash-4.2.tar.gz cd bash-4.2 ./configure --prefix=/tools make -j 12 make install cd ..
We are now ready for next step