Installing Eclipse and connecting to source forge
Java
Download the Java SE Development Kit from java.sun.com
- http://java.sun.com/javase/downloads/index.jsp
- JDK 6 Update 16
- Run the installer
- Set the JAVA_HOME environment variable to the installed location
Eclipse
Download eclipse from www.eclipse.org
- http://www.eclipse.org/downloads/
- Eclipse Classic 3.5.0 (162 MB)
- Unzip the zip archive (there is no installer)
- Create a workspace folder where you prefer.
- Choose “CVS Repository Exploring” perspective.
Setup CVS
2. Select New -> Repository Location…
- Host: bprocessor.cvs.sourceforge.net
- Path: /cvsroot/bprocessor
- User Name: Your sourceforge user name
- Password: Your soruceforge password
- Connection Method: extssh
- Change CVS options: Uncheck “Convert text files to use platform line ending” in Preferences – CVS – General – Files and Folders.
- Check out the project named “all”.
Cygwin
Download cygwin from http://www.cygwin.com/
- http://www.cygwin.com/
- Install Cygwin Now
- Save setup.exe in C:\cygwin
- Run setup.exe and choose default settings in all screens (keep clicking “next”).
Apache Ant
Download Apache Ant from http://ant.apache.org/
- http://ant.apache.org/
- Download – Binary Distributions
- apache-ant-1.7.1-bin.zip
- Unzip the zip archive
- Set the ANT_HOME environment variable to the installed location
Compilation
Run the cygwin command shell.
Navigate to the build folder in the workspace and run the build script:
- cd C:/workspace/build
- ./build.sh clean dist
Go to Eclipse and refresh all projects.
When Eclipse is finished compiling everything, run the launch configuration bprocessor (windows).launch in the bprocessor projects.