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

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