Menu

Developers

MOLMOL Administrator

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

  1. Ensure you have at least Visual Studio 2012 Express Edition installed.
  2. Ensure you have Git installed.
  3. Download the source code using Git via the command shown in the "Code" area.
  4. Using Git checkout the Windows version you wish to compile.
  5. Go to the "src" directory and open the "molmol.sln" visual studio solution file.
  6. Build the application using Visual Studio.
  7. Ensure you place the "molmol.exe" application in the "doc" folder and then double click "molmol.exe" to run the application.

MAKE - MACINTOSH

  1. Ensure you have at Xcode V3.2.6 installed.
  2. Ensure you have Git installed.
  3. Download the source code using Git via the command shown in the "Code" area.
  4. Open a terminal session and chage to the "src" directory.
  5. Build the application by entering the "make" command.
  6. Ensure you place the "molmol.exe" application in the "doc" folder and then double click "molmol.exe" to run the application.

ECLIPSE - MACINTOSH

  1. Ensure you have the latest and updated Eclipse IDE with C/C++ plugins installed.
  2. Ensure you have Git installed.
  3. Download the source code using Git via the command shown in the "Code" area.
  4. Start Eclipse and create a new "MakeFile Project with Existing Code".
  5. Call the project "MolMol" and select the "src" directory as the root directory of this code.
  6. Select the "C" language only.
  7. Select the "GNU Autotools Toolchain".
  8. Enter the properties for the project and goto the "C/C++ Build" and then "Behaviour" configuration.
  9. Set the "Build (Incremental build)" field to "default".
  10. Set the "Clean" field to "clean".
  11. Click "OK" to save this project configuration.
  12. Build the project.
  13. 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


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.