os-tips:osx10.8

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
os-tips:osx10.8 [2020/05/21 19:19] – [Preparation for version 0.3.10] slukaos-tips:osx10.8 [2020/06/04 20:42] (current) – [The Therion Book] typo sluka
Line 45: Line 45:
 "--overwrite" parameter you may use if problems with linking (there is another installation, not the brew's). ImageMagick is such case, it is installed by MacOSX Xcode installation, but evidently not all necessary files. "--overwrite" parameter you may use if problems with linking (there is another installation, not the brew's). ImageMagick is such case, it is installed by MacOSX Xcode installation, but evidently not all necessary files.
  
-===== Building therion/xtherion/loch =====+In case you want to use Survex for loop-closure or if you want to compile samples install Survex: 
 + 
 +<code> 
 +brew tap survex/survex https://git.survex.com/homebrew-survex 
 +brew install survex 
 +</code> 
 + 
 +Once you've installed as above, you can upgrade your homebrew packages (including Survex) like so: 
 + 
 +<code> 
 +brew update 
 +brew upgrade 
 +</code> 
 +===== Building therion xtherion loch from source =====
  
 Download therion source code from http://therion.speleo.sk/download.php Download therion source code from http://therion.speleo.sk/download.php
  
-Extract tarball to ~/Downloads+Extract tarball to ~/Downloads or another prefered place.
  
  
Line 66: Line 79:
 </code> </code>
  
-===== Final steps =====+==== The Therion Book ====
  
-Copy ~/Downloads/therion/loch/loch.app to Applications folder+This will compile and create sample files and compile Thbook – the refence guide.
  
-==== Preparation for old version 0.3.10 ====+<code> 
 +make samples 
 +</code> 
 +===== Preparation for old version 0.3.10 =====
  
 In Terminal run: In Terminal run:
  • os-tips/osx10.8.txt
  • Last modified: 4 years ago
  • by sluka