asc:promc:installation
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
asc:promc:installation [2015/01/15 21:27] – asc | asc:promc:installation [2015/03/20 01:08] (current) – asc | ||
---|---|---|---|
Line 54: | Line 54: | ||
Then get the current ProMC release from [[https:// | Then get the current ProMC release from [[https:// | ||
- | Below we show how to download and compile the most recent ProMC package (i.e. ProMC-1.3.tgz): | + | You can also use [[https:// |
+ | Below we show how to download and compile the most recent ProMC package (i.e. ProMC-1.5.tgz): | ||
<code bash> | <code bash> | ||
Line 89: | Line 90: | ||
<code bash> | <code bash> | ||
./ | ./ | ||
- | source [promc_dir]/ | + | source [promc_dir]/ |
</ | </ | ||
Line 97: | Line 98: | ||
echo $PROMC | echo $PROMC | ||
</ | </ | ||
- | returns the installation ProMC directory. Now you can remove the original build directory " | + | returns the installation ProMC directory. Now you can remove the original build directory " |
<code bash> | <code bash> | ||
Line 108: | Line 109: | ||
====== Installation from the source (Mac OS) ====== | ====== Installation from the source (Mac OS) ====== | ||
- | For MacOS (Darwin), first install these libraries: | + | For MacOS (Darwin), first install these libraries: pkgconfig, wget, gcc. You can can use Xcode and Fink and to install such dev libraries. |
+ | If you do not use " | ||
* Xcode and the Xcode Command Line Tools. Then agree to Xcode license in Terminal: " | * Xcode and the Xcode Command Line Tools. Then agree to Xcode license in Terminal: " | ||
* MacPorts for your version of OS X: 10.10 and then " | * MacPorts for your version of OS X: 10.10 and then " | ||
- | You can use also other methods to install the development libraries (like gcc, pkgconfig) | + | |
- | Next we assume that you are using the " | + | The current installation was tested with Xcode/ |
+ | Next we assume that you are using the " | ||
<code bash> | <code bash> | ||
+ | bash | ||
wget http:// | wget http:// | ||
tar -zvxf ProMC.tgz | tar -zvxf ProMC.tgz | ||
cd ProMC | cd ProMC | ||
./ | ./ | ||
- | ./ | + | ./ |
- | source [promc_dir]/ | + | source [promc_dir]/ |
</ | </ | ||
- | Test | + | To test the installation, |
<code bash> | <code bash> | ||
Line 133: | Line 137: | ||
</ | </ | ||
- | You can download compiled ProMC library (MacOS 10.10.1) from [[http:// | + | You can download |
+ | Thanks to Larry Nodulman for verifying this installation. | ||
Line 193: | Line 197: | ||
- | ===== Installation | + | ===== Installation |
// | // | ||
asc/promc/installation.1421357243.txt.gz · Last modified: 2015/01/15 21:27 by asc