|
Revision 136, 1.3 kB
(checked in by daboo, 1 year ago)
|
|
Install/build instructions for Win32.
|
| Line | |
|---|
| 1 | 1. USING ECLIPSE AS SUBVERSION TOOL. |
|---|
| 2 | |
|---|
| 3 | Download/Install JRE 6 from Sun. |
|---|
| 4 | Download/Install Eclipse 3.3 C++ edition from eclipse.org. |
|---|
| 5 | Launch Eclipse. |
|---|
| 6 | Create a new 'mulberry-open' folder and use that as the Eclipse workspace. |
|---|
| 7 | In Eclipse go to Find and Install. |
|---|
| 8 | Create a new repository location for 'http://subclipse.tigris.org/update_1.2.x'. |
|---|
| 9 | Install subclipse 1.4 (do not install the option packages if it reports errors with other missing packages). |
|---|
| 10 | Go to Eclipse's Window/Preferences and navigate to SVN preferences. |
|---|
| 11 | Switch to using 'JavaSVN'. |
|---|
| 12 | Turn off 'Build Automatically' in the Project menu. |
|---|
| 13 | In Eclipse open the SVN Repository Exploring Perspective. |
|---|
| 14 | Add a new repository for 'http://svn.mulberrymail.com/mulberry'. |
|---|
| 15 | Checkouty 'Mulberry/trunk' as a project into 'mulberry-open'. |
|---|
| 16 | Create a 'Libraries' folder in the 'mulberry-open' folder. |
|---|
| 17 | Add a new repository for 'http://svn.mulberrymail.com/repos'. |
|---|
| 18 | Checkout 'CICalendar/trunk' as a project into 'mulberry-open/Libraries'. |
|---|
| 19 | Checkout 'XMLLib/trunk' as a project into 'mulberry-open/Libraries'. |
|---|
| 20 | |
|---|
| 21 | 2. BUILDING MULBERRY WITH VISUAL STUDIO. |
|---|
| 22 | |
|---|
| 23 | Get and install Visual Studio 2005 standard edition (at a minimum). |
|---|
| 24 | Open mulberry-open/Mulberry/Win32/Mulberry.sln in Visual Studio. |
|---|
| 25 | Run the 'Build Solution' command from the 'Build' menu. |
|---|