dl.php 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?php $title = 'Download'; require_once 'include/common.php'; ?>
  2. <?php printHeader(); ?>
  3. <h3>Getting the binaries</h3>
  4. <p>See the releases on <a href="http://sourceforge.net/projects/freesynd/files/">sourceforge</a>.</p>
  5. <p class="warning">PLEASE NOTE: an ORIGINAL copy of Syndicate (not Plus) is
  6. required to use FreeSynd,<br /> we do not redistribute the original data files here.</p>
  7. <hr />
  8. <h3>Getting the code</h3>
  9. <p>The FreeSynd SVN repository is hosted by SourceForge. To checkout a module
  10. from the repository simply type the following commands in your shell:</p>
  11. <pre>svn co svn://svn.code.sf.net/p/freesynd/code/ freesynd
  12. </pre>
  13. <br />
  14. <p>The available modules, and what they contain, are as follows:</p>
  15. <pre>freesynd FreeSynd source code
  16. freesynd-experimental Experimentation around freesynd
  17. libs Windows libraries for compiling and running the game
  18. www FreeSynd website code (which may or may not be up to date)
  19. scripts Tools to help in development
  20. </pre>
  21. <br />
  22. <p>Web-based SVN access is also available through SourceForge's <a
  23. href="http://sourceforge.net/p/freesynd/code/">SVN Web interface</a>. You might also want to take a look at the <a
  24. href="http://sourceforge.net/projects/freesynd/">project page</a> on
  25. SourceForge.</p>
  26. <hr />
  27. <h3>SVN commit notifications</h3>
  28. <p>Developers may be interested in the following mailing list; summaries of
  29. all changes made to the SVN repository are posted here.</p>
  30. FreeSynd SVN mailing list<br />
  31. <small>
  32. (<a href="http://lists.sourceforge.net/lists/listinfo/freesynd-cvs">Subscribe/Manage</a> |
  33. <a href="http://sourceforge.net/mailarchive/forum.php?forum=freesynd-cvs">Archive</a>)
  34. </small>
  35. <?php printFooter(); ?>