Difference between revisions of "Installation:Mac"

From GeopsyWiki
Jump to navigation Jump to search
Line 23: Line 23:
  
 
=== Xcode ===
 
=== Xcode ===
 +
 +
Xcode provide the compiler. It is not
  
 
=== Qt===
 
=== Qt===

Revision as of 11:58, 21 September 2020

Binary package

If it is available for your OS version download the DMG archive and install it.

  • Remove previously installed releases by cleaning
 /Applications/Geopsy.org
 /Library/Geopsy.org
  • Copy
 Applications/Geopsy.org  ==> /Applications/Geopsy.org
 Library/Geopsy.org ==> /Library/Geopsy.org
  • To use the command line tools, modify your .profile like this:
 echo "export PATH=/Applications/Geopsy.org/3.3/Utilities:$PATH" >> ~/.profile

(replace "3.3" by the actual branch number)

Source package

Compiling from the source package may be an option if the binary package is not yet available for your OS version. It takes a bit longer and requires several steps. Once a build environment is ready updates are relatively straight forward.

Xcode

Xcode provide the compiler. It is not

Qt