Changes between Version 4 and Version 5 of Development/GettingStarted


Ignore:
Timestamp:
03/04/09 13:13:39 (11 years ago)
Author:
ibboard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/GettingStarted

    v4 v5  
    4040== Getting the source code ==
    4141
    42 Exact details of how to get the source code will vary by client, but the following are the required projects to work with WarFoundry.
     42Exact details of how to get the source code will vary by client, but the following are the required projects to work with WarFoundry. You will need to check out all of the required projects for a given GUI from Subversion and add them to a solution to be able to compile and use WarFoundry.
    4343
    4444Some projects also have companion "Test" projects. These can be identified by having the same project name, except that ".Tests" is appended. It is recommended that you also download the tests and run them regularly as you make changes to make sure that nothing is broken. Everything should also have unit tests added as/before it is written, although up until now this hasn't been the case.
    4545
    46 === WarFoundry Core ===
     46=== !WarFoundry API ===
    4747
    4848 * [svn://svn.ibboard.co.uk/IBBoard/IBBoard IBBoard] - core IBBoard utils
    4949 * [svn://svn.ibboard.co.uk/WarFoundry/IBBoard.WarFoundry.API IBBoard.WarFoundry.API] - core API for WarFoundry
    5050
    51 === WarFoundry GTK# ===
     51=== !WarFoundry GTK# ===
    5252
    53 WarFoundry Core projects, plus:
     53[#WarFoundryAPI WarFoundry API] projects, plus:
    5454 * [svn://svn.ibboard.co.uk/IBBoard/IBBoard.Log4Net IBBoard.Log4Net] - Logging support (for use with the LogNotifier in the IBBoard core utils)
    5555 * [svn://svn.ibboard.co.uk/WarFoundry/IBBoard.WarFoundry.GUI.GTK IBBoard.WarFoundry.GUI.GTK] - GTK# interface for WarFoundry
     
    5959 * [svn://svn.ibboard.co.uk/WarFoundry/IBBoard.WarFoundry.Plugin.Rollcall IBBoard.WarFoundry.Plugin.Rollcall] - Rollcall ADF file support
    6060
    61 === WarFoundry S.W.F ===
     61=== !WarFoundry S.W.F ===
    6262
    63 WarFoundry Core projects, plus:
     63[#WarFoundryAPI WarFoundry API] projects, plus:
    6464 * [svn://svn.ibboard.co.uk/IBBoard/IBBoard.Log4Net IBBoard.Log4Net] - Logging support (for use with the LogNotifier in the IBBoard core utils)
    6565 * [svn://svn.ibboard.co.uk/IBBoard/IBBoard.Windows.Forms IBBoard.Windows.Forms] - Custom System.Windows.Forms controls