Changeset 6643 for trunk/components/native/bf-cpp/readme.txt
- Timestamp:
- 07/02/10 18:25:47 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/components/native/bf-cpp/readme.txt
r5987 r6643 84 84 Regardless of your platform, you will need to check out the Jace source code: 85 85 86 svn co https://jace.svn.sourceforge.net/svnroot/jace/trunk /path/to/jace86 svn co -r 39 https://jace.svn.sourceforge.net/svnroot/jace/trunk /path/to/jace 87 87 88 88 Where /path/to/jace is the desired location of your Jace source code checkout. 89 The "-r 39" matters, since Jace revisions 40 and later may not work with bf-cpp. 89 90 90 As of this writing, the most recent revision was 23, and it was known to work. 91 Revisions prior to 23 had problems preventing them from working properly with 92 the bf-cpp package. 91 As of this writing, the most recent revision was 52, and it does not compile 92 on some systems. We currently recommend revision 39. 93 94 If you attempt to use revision 46 or later, the Jace directory structure 95 is different, and you will need to edit two paths: 96 1. jace-java.dir in build.properties 97 2. JACE_CPP_DIR in jace/Prerequisites.cmake 93 98 94 99 The above command assumes you have the svn command line tool for Subversion
Note: See TracChangeset
for help on using the changeset viewer.