From subsecret
Jump to: navigation, search
(Created page with "==tar== tar xf tar-1.26.tar.bz2 cd tar-1.26 ./configure --prefix=/tools make -j 12 make install cd .. ==pcre== tar xf pcre-8.12.tar.bz2 cd pcre-8.12 ./configure -...")
 
No edit summary
Line 1: Line 1:
Continue to build from /tools (remember to have the PATH set as described http://subsecret.dk/wiki/Recompiling)
==tar==
==tar==
  tar xf tar-1.26.tar.bz2
  tar xf tar-1.26.tar.bz2

Revision as of 14:51, 9 May 2013

Continue to build from /tools (remember to have the PATH set as described http://subsecret.dk/wiki/Recompiling)

tar

tar xf tar-1.26.tar.bz2
cd tar-1.26
./configure --prefix=/tools
make -j 12
make install
cd ..

pcre

tar xf pcre-8.12.tar.bz2 
cd pcre-8.12
./configure --prefix=/tools
make -j 12
make install
cd ..

grep

tar xf grep-2.7.tar.gz 
cd grep-2.7
./configure --prefix=/tools
make -j 12
make install
cd ..

We are now ready for next step