DEVELOPERS STUFF
GIT - VERSION CONTROL
Getting Started
http://git-scm.com/documentation
Understanding the Git Workflow
https://sandofsky.com/blog/git-workflow.html
VISUAL STUDIO - WINDOWS
- Ensure you have at least Visual Studio 2012 Express Edition installed.
- Ensure you have Git installed.
- Download the source code using Git via the command shown in the "Code" area.
- Using Git checkout the Windows version you wish to compile.
- Go to the "src" directory and open the "molmol.sln" visual studio solution file.
- Build the application using Visual Studio.
- Ensure you place the "molmol.exe" application in the "doc" folder and then double click "molmol.exe" to run the application.
MAKE - MACINTOSH
- Ensure you have at Xcode V3.2.6 installed.
- Ensure you have Git installed.
- Download the source code using Git via the command shown in the "Code" area.
- Open a terminal session and chage to the "src" directory.
- Build the application by entering the "make" command.
- Ensure you place the "molmol.exe" application in the "doc" folder and then double click "molmol.exe" to run the application.
ECLIPSE - MACINTOSH
- Ensure you have the latest and updated Eclipse IDE with C/C++ plugins installed.
- Ensure you have Git installed.
- Download the source code using Git via the command shown in the "Code" area.
- Start Eclipse and create a new "MakeFile Project with Existing Code".
- Call the project "MolMol" and select the "src" directory as the root directory of this code.
- Select the "C" language only.
- Select the "GNU Autotools Toolchain".
- Enter the properties for the project and goto the "C/C++ Build" and then "Behaviour" configuration.
- Set the "Build (Incremental build)" field to "default".
- Set the "Clean" field to "clean".
- Click "OK" to save this project configuration.
- Build the project.
- Ensure you place the "molmol.exe" application in the "doc" folder and then double click "molmol.exe" to run the application.
BUILDING IMAGE LIBRARIES
Building zlib, libjpeg, libpng, libtiff and giflib
http://www.leptonica.org/vs2008doc/building-image-libraries.html