Changeset 5be7ea1 for core/c/README
- Timestamp:
- May 12, 2008 1:47:15 PM (13 years ago)
- Branches:
- master
- Children:
- 042399f
- Parents:
- db34665
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
core/c/README
rdb34665 r5be7ea1 1 Prior to building the jbigi library, you will need to fetch the GMP source 1 If you have a libgmp.so installed on your system already 2 (check in /usr/lib), you can build a dynamically linked libjbigi.so as follows: 3 cd jbigi 4 build.sh dynamic 5 The built library is jbigi/lib/libjbigi.so . 6 7 Otherwise, prior to building the jbigi library, you will need to fetch the GMP source 2 8 from http://www.swox.com/gmp/, saving it to jbigi/gmp-4.2.2.tar.bz2 (it will 3 9 be unpacked and built as necessary). … … 17 23 go into jbigi/ and run build-all.sh (the results will be under jbigi/lib/) 18 24 19 After copying the files to the i2p/ directory, 25 The build.sh script runs two speed tests, one with your existing 26 I2P installation and one with the new libjbigi. 27 28 Alternatively, after copying the files to the i2p/ directory, 20 29 to run a speed test comparing the native library to the java library, 21 run the shell script below. 30 run the shell script below. Adjust the I2P= line as necessary. 22 31 23 32 -----------------
Note: See TracChangeset
for help on using the changeset viewer.