Changes between Version 8 and Version 9 of BuildAndDeploymentEnvironment

Timestamp:
Jan 15, 2012, 2:34:09 PM (13 years ago)
Author:
Yves
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildAndDeploymentEnvironment

    v8 v9  
    1 == Overview ==
     1== Summary ==
     2Parts of our build and deployment environment are currently beeing changed.
     3The main goal behind this is being able to easily create deployable packages/bundles for OSX.
     4This Page should be a work in progress and its purpose is to document the overall design and the different tasks required to implement it.
     5The idea is that people involved in these tasks discuss all topics related to that and document the decisions here.
     6Once we all have the same idea about the solution we aim for, we can assign the different tasks to different people and complete them more efficiently.
     7
     8A good place for discussions is [http://www.wildfiregames.com/forum/index.php?showtopic=15511 this thread] in the forums.
     9
     10== Overview (how it currently works) ==
    211
    312=== update-workspaces.sh / update-workspaces.bat: ===
     
    1625Everything is precompiled and distributed in appropriate containers for the different operating systems and platforms (e.g. .deb files for debian based linux systems and .exe files for windows etc.).
    1726
     27
     28
     29
     30
     31
     32
     33
    1834=== Graphical overview of interaction between different components (future-version) ===
    1935[[Image(http://trac.wildfiregames.com/attachment/wiki/BuildAndDeploymentEnvironment/future-build-environment-overview.png?format=raw)]]