Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
svn co http://svn.apache.org/repos/asf/directory/trunks/triplesec/ triplesec-trunktrunk-with-dependencies/ triplesec-trunk

Old content

If you're going to work on the trunk we recommend using a different URL instead of the Triplesec trunk:

Code Block

svn co https://svn.safehaus.org/repos/triplesec/trunk-with-directory/

This URL has a bunch of svn:externals links which pulls in the relavent dependency sources for Triplesec. Since the trunk can be a bit volatile depending on snapshots of external projects we have created a project structure which pulls in all these dependencies. These dependencies can change and we update the external links to make sure the trunk will compile and run. Using this structure guarantees all the depencies for Triplesec are up to date instead of depending on stale snapshots.

...

Building Installers

Building the installer is easy. To kick off the build just cd into the installers directory in the triplesec project root and issue the following command:

...