Join/Login
Business Software
Open Source Software
For Vendors
Blog
About
More
Articles
Create
SourceForge Podcast
Site Documentation
Subscribe to our Newsletter
Support Request
For Vendors
Help
Create
Join
Login
Business Software
Open Source Software
SourceForge Podcast
Resources
Articles
Case Studies
Blog
Menu
Help
Create
Join
Login
Home
Browse
MagNes
Wiki
MagNes Wiki
A modular C++ API for chemical structure handling and representation
Brought to you by:
anv2017
Summary
Files
Reviews
Support
Wiki
Code
MagNes API
Menu
▾
▴
Wiki Home
Browse Pages
Browse Labels
Formatting Help
MacOS installation
Authors:
Install the Qt5 SDK from
https://www.qt.io/download/
Download the MagNes source code through svn ( svn checkout
https://svn.code.sf.net/p/magnes/code/
magnes-code )
Open the QtCreator application.
Load the magnes-code/magnes.pro project file
Configure the project as debug or release as desired
Compile
On the projects section of QtCreator select the Run tab
On the Deployment method select deploy locally, in overrride /usr/bin/make box type make
Type install in the Make arguments box
In the Run section choose "Add"->Custom Executable
Choose the executable under magnes-code/trunk/install/MacOS/magnes for release configuration or magnes-debug for the debug configuration
Now you can run your application from QtCreator
Name