Added dune-grid as dependency since it is needed by several opm modules.

Changed libxml0-dev to libxml2-dev since the former does not exist.
This commit is contained in:
rustad 2012-10-11 23:47:07 +02:00
parent 58b2c7731d
commit 70aa2465d3

4
README
View File

@ -56,10 +56,10 @@ sudo add-apt-repository -y ppa:opm/ppa
sudo apt-get update
# parts of DUNE needed
sudo apt-get install libdune-common-dev libdune-istl-dev
sudo apt-get install libdune-common-dev libdune-istl-dev libdune-grid-dev
# libraries necessary for OPM
sudo apt-get install -y libxml0-dev
sudo apt-get install -y libxml2-dev
DEPENDENCIES FOR SUSE BASED DISTRIBUTIONS