Changes between Version 7 and Version 8 of BuildAndDeploymentEnvironment


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildAndDeploymentEnvironment

    v7 v8  
    1 == The basics ==
     1== Overview ==
    22
    33=== update-workspaces.sh / update-workspaces.bat: ===
     
    55On Windows the batchfile only executes premake because most of the dependencies are precompiled.
    66
    7 === Premake: ===
     7=== Premake ===
    88Premake creates our workspaces (also called solutions or projects) for the different platforms.
    99Currently we support Makefiles, VisualStudio (2005, 2008, 2010), Xcode3, Codeblocks.
     
    1515For (alpha-)releases we make a special deployment for various reasons. The main reason is that we want to make it easier and more convenient for the user.
    1616Everything 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.).
    17 I don't know who exactly does that for which system.
    1817
     18=== Graphical overview of interaction between different components (future-version) ===
    1919[[Image(http://trac.wildfiregames.com/attachment/wiki/BuildAndDeploymentEnvironment/future-build-environment-overview.png?format=raw)]]