This commit is contained in:
Taro L. Saito 2011-05-05 11:04:26 +09:00
parent 86326cc6f4
commit 437f4b8524
1 changed files with 12 additions and 0 deletions

12
INSTALL
View File

@ -40,3 +40,15 @@ A native library for your machine environment and a jar package target/snappy-ja
= Build static libraries with Linux and g++ =
Download gcc-core-(version).tar.gz and gcc-g++-(version).tar.gz.
$ cd gcc-(version)
$ mkdir objdir
$ cd objdir
$ ../configure --prefix=$HOME/local --with-gmp=$HOME/local --with-mpfr=$HOME/local --with-mpc=$HOME/local --with-ppl=$HOME/local --with-cloog=$HOME/local
$ make
$ make install