Menu

MacOS installation

Armando Navarro-Vázquez
  1. Install the Qt5 SDK from https://www.qt.io/download/
  2. Download the MagNes source code through svn ( svn checkout https://svn.code.sf.net/p/magnes/code/ magnes-code )
  3. Open the QtCreator application.
  4. Load the magnes-code/magnes.pro project file
  5. Configure the project as debug or release as desired
  6. Compile
  7. On the projects section of QtCreator select the Run tab
  8. On the Deployment method select deploy locally, in overrride /usr/bin/make box type make
  9. Type install in the Make arguments box
  10. In the Run section choose "Add"->Custom Executable
  11. Choose the executable under magnes-code/trunk/install/MacOS/magnes for release configuration or magnes-debug for the debug configuration
  12. Now you can run your application from QtCreator