Open main menu

Changes

Installation mac

155 bytes added, 16:31, 9 August 2013
** Open a terminal and type, replacing the x's with the current version, the following to get into the correct directory:
<source lang="bash">
cd $ cd ~HOME/Downloads/scons-12.x.x
</source>
Then to be sure the correct Python version is being used, typecompile by:
<source lang="bash">
$ sudo python setup.py install</source>If you have several Python versions, then compile with the wished python interpreter by typing:<source lang="bash">sudo /Library/Frameworks/Python.framework/Versions/2.7/bin/python setup.py install</source>This should install scons into '''/usr/local/bin/scons'''. <br><source lang="bash">which scones
</source>
This will install scons into '''/usr/local/bin/scons'''. <br>
To compile the C modules, the minfx package must be installed first. Please see below.<br>
You may still have 'minfx' installation problems when compiling the C modules if multiple Python version are present. <br>
Trusted, Bureaucrats
1,382

edits