Difference between revisions of "Installation:Mac"

From GeopsyWiki
Jump to navigation Jump to search
Line 1: Line 1:
[http://www.geopsy.org/download.php Download] and follow instruction with the graphical installer
+
== Binary package ==
  
''TODO: snapshots''
+
If it is available for your OS version [http://www.geopsy.org/download.php 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 ===
 +
 
 +
=== Qt===

Revision as of 11:54, 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

Qt