Merge pull request #83 from rolk/recommends
Update recommendations for building OPM
This commit is contained in:
commit
ae9e003a90
4
README
4
README
@ -64,6 +64,8 @@ sudo apt-get install libdune-common-dev libdune-istl-dev libdune-grid-dev
|
|||||||
# libraries necessary for OPM
|
# libraries necessary for OPM
|
||||||
sudo apt-get install -y libxml2-dev
|
sudo apt-get install -y libxml2-dev
|
||||||
|
|
||||||
|
Note: You should compile the OPM modules using the same toolchain that
|
||||||
|
was used to build DUNE. Otherwise, you can get strange ABI errors.
|
||||||
|
|
||||||
DEPENDENCIES FOR SUSE BASED DISTRIBUTIONS
|
DEPENDENCIES FOR SUSE BASED DISTRIBUTIONS
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
@ -97,7 +99,7 @@ There are two ways to build the opm-core library:
|
|||||||
cd opm-core
|
cd opm-core
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
./configure
|
./configure
|
||||||
make
|
make -j -l 0.9
|
||||||
If you want to install the library:
|
If you want to install the library:
|
||||||
make install
|
make install
|
||||||
or (if installing to /usr/local or similar)
|
or (if installing to /usr/local or similar)
|
||||||
|
Loading…
Reference in New Issue
Block a user