Changes between Version 24 and Version 25 of BuildAndDeploymentEnvironment


Ignore:
Timestamp:
Jan 15, 2012, 7:04:57 PM (12 years ago)
Author:
Yves
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildAndDeploymentEnvironment

    v24 v25  
    4545[[Image(http://trac.wildfiregames.com/attachment/wiki/BuildAndDeploymentEnvironment/future-build-environment-overview.png?format=raw)]]
    4646
    47 == Overview of the repository structure ==
     47== The repository ==
    4848
    4949{{{
     
    8686        `-- source
    8787}}}
     88
     89Developers will have to do an additional checkout to compile 0ad.
     90
     91This is still the same command to get the source and data:
     92svn co http://svn.wildfiregames.com/public/ps/trunk/ 0ad
     93
     94In addition to that, it will be required to get the right libraries for your system:
     95svn co http://svn.wildfiregames.com/public/libraries/trunk/windows-x86 0ad/libraries
     96
     97(of course replacing "windows-x86" with the right platform)
    8898
    8999== Updateworkspaces ==