Delete note on buidling g++
This commit is contained in:
parent
437f4b8524
commit
c739342412
14
INSTALL
14
INSTALL
|
@ -38,17 +38,3 @@ $ make
|
|||
|
||||
A native library for your machine environment and a jar package target/snappy-java-(version).jar are produced in the target folder.
|
||||
|
||||
|
||||
|
||||
= 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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue