J2SDK

After downloading the J2SDK 1.4.2 we recommend installing it into 'C:\j2sdk1.4.2' .


Jakarta-Ant

After you downloaded Jakarta-Ant, please unzip it to 'C:'.


GNU Make

Unzip the make.exe from the archive to e.g. 'C:\GNU_MAKE'.


Batik 1.5

Please make sure you downloaded Batik 1.5 and not 1.5.1 or any other version.
We recommend extracting the archive to 'C:'.


.NET Framework 1.1

What is in fact needed here is not the .NET technology itself, but only the two C Runtime Library dlls: msvcr70.dll, msvcp70.dll.
If you have a Microsoft compiler like Visual Studio 6 already installed, then you won't need to download this. Currently we don't require any C/C++ compiler, although this might change in the future; however the two dlls are needed for the OpenOffice.org SDK tools to be functioning on MS Windows platforms.


OpenOffice.org SDK 1.1

After downloading the OpenOffice SDK, we recommend that you extract the contents of the archive to 'C:'.
In the 'OpenOffice.org1.1_SDK' folder you will find the batch file 'configureWindowsNT'. Run this file and enter the required information. You can find detailled instructions for setting up the SDK in OpenOffice.org1.1_SDK\docs\install.html .

The SDK serves as an invaluable resource portal for programming OpenOffice and thus Global Circle of Knowledge, we frequently use the Java UNO Runtime Reference and the IDL Reference as the most important resources for programming. The concepts behind OpenOffice.org's component model "UNO" are explained in the Developer's Guide.


Global Circle of Knowledge

After downloading the executable, make sure that you install all features that come along with it.







CVS - getting source code and setting up the build environment

The following instructions take for granted that you installed all of the tools above properly and that you are familiar with your cvs client.

Checkout the source code from our CVS repository setting the following properties beforehand: Your CVSROOT environment variable should look like this ':pserver:anon@mail.treesforlife.org:/gck'. When prompted for a password, just leave the field it blank. Wait now until retrieval of files has finished.
Now that you have a local copy of our CVS tree, read the 'README.txt' located in the lessonbuilder3 folder. Either read the readme file, or follow the steps described below.

  1. Run 'ant-setup.bat'
  2. Open the generated 'environment.bat' with your favorite editor..
    and make sure that all environment variables lead to the correct folders.
  3. Open the generated 'build.properties' with your favorite editor..
    and make sure that all settings are correct (note that '/' are needed as separators for path components).
  4. Now run 'build and run.bat', which will copy everything from the source tree into the specific OpenOffice folders, compile, build, install and then start the LessonBuilder 3 automatically for you.
  5. In case you get an error, look into the readme for possible solutions. If you cannot find a solution, or if you have any questions during this process, feel free to ask us.


After you have set up everything, we would like to welcome you to our development team. Please contact us at support@globalcircle.org. We hope to hear from you soon.