My favorites | Sign in
Project Logo
                
Search
for
Updated Sep 28, 2008 by greg.hedlund
Labels: Featured
BulidingFromSource  
info on building project from source code

Requirements

Along with macfuse and xcode tools, you will need to have the following libraries installed in order to build cryptomfs:

The packages should be installed in the following order: pkg-config, gettext, glib-2.0, libgpg-error, libgcrypt.

Compiling as a Universal Binary

You 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-asm

For more information, see the output of ./configure --help for each package.

Download and Build

To 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
Hosted by Google Code