Merge pull request #83 from rolk/recommends

Update recommendations for building OPM
This commit is contained in:
Bård Skaflestad 2012-10-24 05:36:45 -07:00
commit ae9e003a90

4
README
View File

@ -64,6 +64,8 @@ sudo apt-get install libdune-common-dev libdune-istl-dev libdune-grid-dev
# libraries necessary for OPM
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
-----------------------------------------
@ -97,7 +99,7 @@ There are two ways to build the opm-core library:
cd opm-core
autoreconf -i
./configure
make
make -j -l 0.9
If you want to install the library:
make install
or (if installing to /usr/local or similar)