User Tools

Site Tools


geda:devmacosx

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
geda:devmacosx [2014/04/12 18:12]
rlutz Move link here
geda:devmacosx [2014/07/28 07:56] (current)
vzh Use local link
Line 1: Line 1:
 +//​Translations of this page are also available in the following languages://​ [[devmacosx.ru|Русский]].
 +
 See also: [[http://​jschneider.net/​pcb-build.html|Building the pcb package on OS X]] by Jon Schneider See also: [[http://​jschneider.net/​pcb-build.html|Building the pcb package on OS X]] by Jon Schneider
  
Line 17: Line 19:
 done done
 echo "​Setting path to prefer $NAME."​ echo "​Setting path to prefer $NAME."​
-case $NAME in  +case $NAME in 
-macports) export PATH=/​opt/​local/​bin:​${PATH} PS1="​opt-\A-[\w]\$"​ ;;  +macports) export PATH=/​opt/​local/​bin:​${PATH} PS1="​opt-\A-[\w]\$"​ ;; 
-fink) test -r /​sw/​bin/​init.sh && . /​sw/​bin/​init.sh PS1="​sw-\A-[\w\\$"​ ;;  +fink) test -r /​sw/​bin/​init.sh && . /​sw/​bin/​init.sh PS1="​sw-\A-[\w\\$"​ ;; 
-*) PS1="​osx-\A-[\w]\$"​ ;; +*) PS1="​osx-\A-[\w]\$"​ ;;
 esac esac
  
Line 29: Line 31:
  
 ===== gEDA via Fink ===== ===== gEDA via Fink =====
-You can link to instructions on installing gEDA via fink from the gEDA [[http://​www.geda.seul.org/​download.html|download page]] or go directly to [[http://​www.ghz.cc/​charles/​fink/​]]. ​ Using fink, gEDA can be installed from binaries or compiled from a recent development snapshot, if the fink unstable branch is enabled. ​  ​(Please see the Fink documentation on how to enable the unstable branch.) ​ +You can link to instructions on installing gEDA via fink from the gEDA [[http://​www.geda.seul.org/​download.html|download page]] or go directly to [[http://​www.ghz.cc/​charles/​fink/​]]. ​ Using fink, gEDA can be installed from binaries or compiled from a recent development snapshot, if the fink unstable branch is enabled. ​  ​(Please see the Fink documentation on how to enable the unstable branch.)
  
-Once Fink is installed, gEDA (and other programs) can be installed from the command line or through a graphical tool called [[http://​finkcommander.sourceforge.net/​|fink commander]]. ​  ​+Once Fink is installed, gEDA (and other programs) can be installed from the command line or through a graphical tool called [[http://​finkcommander.sourceforge.net/​|fink commander]].
 From the command line, the principal gEDA suite programs can be installed with the command: From the command line, the principal gEDA suite programs can be installed with the command:
 <​code>​fink install geda-bundle</​code>​ <​code>​fink install geda-bundle</​code>​
Line 49: Line 51:
 I've also installed python25 and python_select. ​ python_select let's you choose what version of python your mac will run as the default python. I've also installed python25 and python_select. ​ python_select let's you choose what version of python your mac will run as the default python.
  
 +As described here: [[geda:​gaf_building_git_version#​macports|Building gEDA/gaf]], to run the software, you need to set an environment variable to allow Guile to load its shared libraries:<​code>​
 +$ export LTDL_LIBRARY_PATH=/​opt/​local/​lib
 +</​code>​
 ===== Building The Project ===== ===== Building The Project =====
  
Line 76: Line 81:
 sudo apt-get install gerbv sudo apt-get install gerbv
 sudo apt-get install geda-xgsch2pcb</​code>​ sudo apt-get install geda-xgsch2pcb</​code>​
 +
geda/devmacosx.1397340770.txt.gz · Last modified: 2014/04/12 18:12 by rlutz