|
BulidingFromSource
info on building project from source code
RequirementsAlong with macfuse and xcode tools, you will need to have the following libraries installed in order to build cryptomfs:
Requires:
Requires: The packages should be installed in the following order: pkg-config, gettext, glib-2.0, libgpg-error, libgcrypt. Compiling as a Universal BinaryYou will need to have each library compiled with both the i386 and ppc architectures specified. Below is the configure line used to build the libraries packaged in the download-able binary: CFLAGS="-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc -I/usr/local/include" \
LDFLAGS="-L/usr/local/lib" \
./configure --prefix=/usr/local \
--enable-static \
--disable-dependency-tracking \
--disable-asmFor more information, see the output of ./configure --help for each package. Download and BuildTo download the cryptomfs source: svn co http://cryptomfs.googlecode.com/svn/trunk cryptomfs To build, cd to the cryptomfs directory and run: xcodebuild -target Cryptomfs -configuration Release |
Sign in to add a comment