summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@gmx.de>2006-08-06 15:48:20 +0000
committerPatrick Ohly <patrick.ohly@gmx.de>2006-08-06 15:48:20 +0000
commit91024bd6118371a7340d50f23fe4ac6eb84f99ab (patch)
tree92e13eeeffd4a47ceaa7dad0e4b740585175e0c8 /HACKING
parent6a8e0fd47ed2828acb7f61fdcde43bb9b91e7bd0 (diff)
added note about .patches
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@200 15ad00c4-1369-45f4-8270-35d70d36bdcd
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING7
1 files changed, 7 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 4960c8a9..5e1d2761 100644
--- a/HACKING
+++ b/HACKING
@@ -14,6 +14,13 @@ is available from CVS, checkout the "3x" module from the CVS at
http://forge.objectweb.org/projects/sync4j
You'll need the files in 3x/client-api/native.
+Also note that some of the patches in the
+3x/client-api/native/.patches directory might be needed for
+SyncEvolution to compile and work correctly. See
+3x/client-api/native/README for more information about those patches
+and SyncEvolution's NEWS file for some information which client
+library is compatible.
+
The recommended way to make that library available is by
installing it into its own directory with shared libraries disabled:
configure --prefix=<dir> --disable-shared; make; make install