mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-23 14:04:39 +02:00
update milestone
This commit is contained in:
parent
1ea90b2421
commit
920b838423
@ -2,8 +2,8 @@
|
||||
* `SnappyIndexer` for parallel compression/decompression
|
||||
* CUI commands (snap/unsnap)
|
||||
|
||||
## snappy-java-1.1.0-M2 (28 March 2013)
|
||||
* Fix linux amd64 build
|
||||
## snappy-java-1.1.0-M3 (28 March 2013)
|
||||
* Fix linux amd64 build (embed libstdc++)
|
||||
* Fixes #26
|
||||
|
||||
## snappy-java-1.1.0-M1 (27 March 2013)
|
||||
|
@ -95,7 +95,7 @@ A file `target/snappy-java-$(version).jar` is the product additionally containin
|
||||
|
||||
## Building linux amd64 binary
|
||||
|
||||
snappy-java tries to static link libstdc++ to increase the availability for various Linux versions. However, standard distribuions of 64-bit Linux OS rarely provide libstdc++ compiled with `-fPIC` option. I currently uses custom g++ compiled with the following options:
|
||||
snappy-java tries to static link libstdc++ to increase the availability for various Linux versions. However, standard distributions of 64-bit Linux OS rarely provide libstdc++ compiled with `-fPIC` option. I currently uses custom g++ compiled with the following options:
|
||||
|
||||
$ ./configure --prefix=$HOME/local --with-gmp=$HOME/local --with-mpfr=$HOME/local --with-mpc=$HOME/local --with-ppl=$HOME/local --with-cloog=$HOME/local CXXFLAGS=-fPIC CFLAGS=-fPIC
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user