masox

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
Next revisionBoth sides next revision
masox [2010/12/28 11:50] – typos and updates of versions slukamasox [2019/06/12 19:16] – shouldn't be an administrator to make install sluka
Line 15: Line 15:
  First of all install Mac OS X system and all updates. There could be problem with MacOS X **10.6.n** - xtherion doesn't recognize **thconfig** files to open it directly from Xtherion. So you should start Xtherion together with particular **thconfig**:  First of all install Mac OS X system and all updates. There could be problem with MacOS X **10.6.n** - xtherion doesn't recognize **thconfig** files to open it directly from Xtherion. So you should start Xtherion together with particular **thconfig**:
   xtherion your_thconfig_file   xtherion your_thconfig_file
 +  
 +The trick you may use it to use "thconfig" as file extension - file.thconfig and Xtherion will recognize you configuration file.
  
  
Line 173: Line 175:
   make [Enter]    make [Enter] 
 and wait until the compilation finished. You should see folder named ''samples.doc'' in the Therion folder. There you will find the html documentation of several interesting features of Therion. \\ \\  and wait until the compilation finished. You should see folder named ''samples.doc'' in the Therion folder. There you will find the html documentation of several interesting features of Therion. \\ \\ 
-To add samples to the end of therion book you should compile the ''thbook'' again: +To add samples to the end of therion book you should compile the ''thbook'' again but you should to delete the already compiled version of Thbook
-  cd /Applications/therion/thbook [Enter] +  cd /Applications/therion/thbook [Enter] 
 +  rm thbook.pdf [Enter] 
   make [Enter]    make [Enter] 
  
Line 183: Line 186:
  
  
 +====== Modern MacOS from source (tested 10.14.3) ======
 +
 +  * Use [[https://brew.sh|Homebrew Package Manager]] to install dependencies
 +  * ''git clone https://github.com/therion/therion.git && cd therion''
 +  * ''brew install lcdf-typetools proj ghostscript vtk libpng zlib libjpeg wxmac freetype ImageMagick tcl-tk''
 +  You shouldn't be an administrator to make install 
 +  * ''make config-macosx && make && make install''
 +
 +
 +You could also try [[https://github.com/ladislavb/homebrew-therion|this Homebrew Formula]].
  • masox.txt
  • Last modified: 5 years ago
  • by sluka