wiki:ITERATION_03/Release/UserDocumentation/01_PreReleaseSophie/01_InstallationInstructions
Last modified 16 years ago Last modified on 01/11/09 18:23:33

Error: Macro BackLinksMenu(None) failed
compressed data is corrupt

Installation Instructions

On all machines

Download the zipped file from here and unzip it to create the directory sophie2-pre-alpha-2.

Windows

Run the file sophie2-author-release1\build_run.bat.

Linux

Run the file sophie2-author-release1/build_run.sh.

Mac OS X

Older Intel-based Macs (with 32-bit processors) don't have Java 6 installed. This release is dependent upon Java 6; future releases will solve this incompatibility. However, Sophie 2 can be run on these machines if X11 is installed by installing SoyLatte, an open source version of Java 6. To run Sophie 2:

  1. Download SoyLatte from http://landonf.bikemonkey.org/static/soylatte/
  2. Unzip the SoyLatte zip file.
  3. Open Terminal and move the SoyLatte directory to /usr/bin/: mv soylatte16-i386-1.0.3 /usr/bin/.
  4. Set the path for SoyLatte to run Java: export PATH=/usr/local/soylatte16-i386-1.0.3/bin:$PATH.
  5. Run Sophie by typing sh build_run.sh.

On newer Macs (with 64-bit processors), Sophie 2 can be run without installing SoyLatte. To do this, it's necessary to make sure that you're using Java 6.

  1. Open the application Java Preferences in /Applications/Utilities/Java/ and in the applications subpanel, drag Java SE 6 to the top:

source:/trunk/sophie2-platform/doc/userdoc-images/RELEASE_3/OSXJavaPreferences.png

  1. Run Sophie by opening the Terminal and typing sh build_run.sh.