Changes between Version 5 and Version 6 of BuildAndDeploymentEnvironment


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildAndDeploymentEnvironment

    v5 v6  
    1 == Header ==
     1== The basics ==
     2
     3=== update-workspaces.sh / update-workspaces.bat: ===
     4The sh-script on Linux/*nix/OSX runs the compilation of some external dependencies and also premake.
     5On Windows the batchfile only executes premake because most of the dependencies are precompiled.
     6
     7=== Premake: ===
     8Premake creates our workspaces (also called solutions or projects) for the different platforms.
     9Currently we support Makefiles, VisualStudio (2005, 2008, 2010), Xcode3, Codeblocks.
     10
     11=== Workspaces ===
     12The workspaces are used for building the code on different platform and also for development with different programs (IDE's).
     13
     14===Deployment ===
     15For (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.
     16Everything 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.).
     17I don't know who exactly does that for which system.
    218
    319[[Image(http://trac.wildfiregames.com/attachment/wiki/BuildAndDeploymentEnvironment/future-build-environment-overview.png?format=raw)]]