Main Page

Version 9 (Cambell Prince, 03/30/2011 04:09 am)

1 1
h1. Main Page
2 1
3 1
h2. Documentation
4 1
5 2 Cambell Prince
* Notes on [[Re-Distribution]]
6 1
* [[Error Reporting]]
7 2 Cambell Prince
8 2 Cambell Prince
h2. Binaries
9 2 Cambell Prince
10 2 Cambell Prince
Binary builds of the Palaso Library can be obtained from the palaso build server:
11 2 Cambell Prince
12 5 Cambell Prince
"http://build.palaso.org":http://build.palaso.org/viewType.html?tab=buildTypeStatusDiv&buildTypeId=bt3
13 2 Cambell Prince
14 2 Cambell Prince
* The binaries are under 'artifacts'.
15 2 Cambell Prince
* Click View and you can download them all as a zip file.
16 2 Cambell Prince
17 2 Cambell Prince
h2. Source Code
18 2 Cambell Prince
19 2 Cambell Prince
To get the source code, you'll need Mercurial.  Windows users, grab "TortoiseHg":http://tortoisehg.sourceforge.net.  Then from a command line, give this command:
20 2 Cambell Prince
21 2 Cambell Prince
@hg clone http://hg.palaso.org/palaso where-you-want-to-put-it@
22 3 Eberhard Beilharz
23 8 Cambell Prince
h2. Building
24 3 Eberhard Beilharz
25 8 Cambell Prince
h3. Windows
26 1
27 7 Cambell Prince
You can open and build Palaso.sln in Visual Studio.
28 7 Cambell Prince
29 8 Cambell Prince
h3. Linux
30 7 Cambell Prince
31 7 Cambell Prince
Make sure you check out the DefaultMono or BetaMono branch.
32 7 Cambell Prince
33 9 Cambell Prince
@hg update DefaultMono@
34 7 Cambell Prince
35 7 Cambell Prince
cd into the build directory, then build with xbuild (apt-get install mono-xbuild)
36 3 Eberhard Beilharz
37 6 Cambell Prince
@xbuild "/t:Clean;Compile" /p:Configuration=DebugMono /p:RootDir=.. bulid.mono@