Bringing C5 1.0 into the main branch.
[mono.git] / mcs / class / Mono.C5 / current / BUILD.txt
1 The C5 library can be built by opening the solution file C5.sln in the\r
2 current directory with Microsoft Visual Studio 2005 or \r
3 Microsoft Visual C# 2005 Express Edition and performing a build all. \r
4 This will build C5.dll to the fileC5\C5\bin\Debug\C5.dll.\r
5 \r
6 Building all in the C5.sln solution will also build the projects\r
7 * 'PreProcess' which does some preprocessing of the C5 sources and is an \r
8   integral part of the C5 build process.\r
9 * 'docNet' for generation of on-line documentation \r
10 * 'UserGuideExample' containing the examples from the User's Guide.\r
11 \r
12 The build should complete with a few compilation warnings.\r
13 \r
14 To build the 'nunit' project you need to have NUnit 2.0 installed, else an enormous\r
15 number of compilation errors will result. The project is configured for NUnit\r
16 version 2.2.6 and tested with that version.\r
17 The NUnit tests should pass except for a single one due to missing implementation \r
18 of events on the class SortedArray.\r
19 \r
20