Changes between Version 1 and Version 2 of Development/QuickStart


Ignore:
Timestamp:
08/14/11 19:57:26 (8 years ago)
Author:
ibboard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/QuickStart

    v1 v2  
    2020== Getting the source code ==
    2121
     22To build/develop WarFoundry, you'll need to clone the following repositories (pick the appropriate ones for the GUI you're working with). To make use of the existing solution files, put them all in the same folder.
     23
    2224If building from source, you can ignore the test projects. For development work, please also get the unit test projects and run the unit tests to ensure everything still works.
    2325
    2426=== !WarFoundry WinForms ===
    2527
    26 [#WarFoundryAPI WarFoundry API] projects, plus:
    2728||'''Project name'''||'''Mercurial location'''||'''Description'''||
    2829|| IBBoard.Windows.Forms || http://dev.ibboard.co.uk/repos/IBBoard.Windows.Forms || Custom System.Windows.Forms controls ||
    2930|| IBBoard.!WarFoundry.GUI.!WinForms || http://dev.ibboard.co.uk/repos/IBBoard.WarFoundry.GUI.WinForms || System.Windows.Forms interface for !WarFoundry ||
     31Plus [#WarFoundryAPI WarFoundry API] projects.
    3032
    3133=== !WarFoundry GTK# ===
    3234
    33 [#WarFoundryAPI WarFoundry API] projects, plus:
    3435||'''Project name'''||'''Mercurial location'''||'''Description'''||
    3536|| IBBoard.GtkSharp || http://dev.ibboard.co.uk/repos/IBBoard.GtkSharp || Custom GTK# controls and helper methods ||
    3637|| IBBoard.!WarFoundry.GUI.GTK || http://dev.ibboard.co.uk/repos/IBBoard.WarFoundry.GUI.GTK || GTK# interface for !WarFoundry ||
     38Plus [#WarFoundryAPI WarFoundry API] projects.
    3739
    3840=== !WarFoundry Qt# (Qyoto) ===
    3941
    40 [#WarFoundryAPI WarFoundry API] projects, plus:
    4142||'''Project name'''||'''Mercurial location'''||'''Description'''||
    4243|| IBBoard.!WarFoundry.GUI.QtSharp || http://dev.ibboard.co.uk/repos/IBBoard.WarFoundry.GUI.QtSharp || Qt#/Qyoto interface for !WarFoundry ||
     44Plus [#WarFoundryAPI WarFoundry API] projects.
    4345
    4446=== !WarFoundry API ===
     
    5658|| IBBoard.!WarFoundry.API.Tests || http://dev.ibboard.co.uk/repos/IBBoard.WarFoundry.API.Tests || Tests for the core !WarFoundry API ||
    5759
     60== Opening the projects ==
     61
     62Each of the GUI projects ({{{IBBoard.WarFoundry.GUI.GTK}}}, {{{IBBoard.WarFoundry.GUI.QtSharp}}} and {{{IBBoard.WarFoundry.GUI.WinForms}}}) contains a .sln file. If all of your projects are in the same parent folder then opening this file in your IDE of choice will load the project.
     63
    5864== Contributing changes ==
    5965