Commit Graph

16 Commits

Author SHA1 Message Date
Roland Kaufmann
027407e50b Use TinyXML instead of LibXML2
The code only uses TinyXML, so the list of dependencies was wrong,
something that was covered by the bundled version of TinyXML.
2013-02-15 13:51:52 +01:00
Roland Kaufmann
4519ccb474 Provide instr. for installing deps. on CentOS
Currently these doesn't include packages for SuperLU and DUNE since they
are not part of EPEL and must be provided on their own.
2013-02-15 13:51:52 +01:00
Roland Kaufmann
4b24bb3664 Update building instructions for CMake 2013-02-12 00:17:49 +01:00
Roland Kaufmann
6a4f6ade42 Warn that OPM should not be built differently from DUNE.
Using headers and libraries from a DUNE built with different options
than OPM, can result in strange ABI errors such as a segmentation
fault in the static initialization section.
2012-10-24 12:51:50 +02:00
Roland Kaufmann
c6bd22b90b Recommend parallel builds
Load average of 0.9 is something that even a PhD student's crappy
laptop computer should be able to handle, without completely killing
it.

It really should be something like:

 make -j -l $(echo \($(grep "^processor" /proc/cpuinfo)+1\)\*0.9 | bc)

but that is probably far too complex to put in a README. The average
developer should be able to pick a reasonable value themselves.
2012-10-24 12:39:31 +02:00
rustad
143da5a929 Added dependency for server edition and reference to ppa in build instructions. 2012-10-14 12:04:57 +02:00
Bård Skaflestad
5f4aac1da7 Merge pull request #63 from alfbr/master
Dependency update for Ubuntu 12.04
2012-10-11 15:54:53 -07:00
rustad
70aa2465d3 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.
2012-10-11 23:47:07 +02:00
Atgeirr Flø Rasmussen
927f33349d Add info about building as a dune module. 2012-10-08 11:35:32 +02:00
rustad
58b2c7731d Oops, line moved to correct location. 2012-09-27 21:41:49 +02:00
rustad
dde150ecdb Unauthenticated packages fails with -y option and repo update needed. 2012-09-27 21:36:09 +02:00
Roland Kaufmann
2e75b74909 Remove instructions for building DUNE from source
A large portion of the instructions was for building DUNE from source
without providing any real benefit for someone starting with OPM
development.

Instead provide a link to a repository where backports of the necessary
packages can be downloaded. This will hopefully enable beginners to get
up to speed faster.
2012-09-20 14:02:13 +02:00
Atgeirr Flø Rasmussen
1c0a67cfed Merge remote-tracking branch 'upstream/master'
Conflicts:
	README
2012-08-27 13:32:10 +02:00
Roland Kaufmann
53130fec18 Add dependencies on Debian and build instructions for Dune
On Debian Squeeze/Ubuntu Precise, the DUNE libraries does not come
pre-compiled, so the instructions should show how to download the
DUNE prerequisite library and how to compile it, using its special
system.
2012-08-27 11:37:45 +02:00
Atgeirr Flø Rasmussen
c4608327cf Improved README in some small ways. 2012-08-24 13:46:16 +02:00
kristinf
5df2980f6d First attempt at README file 2012-08-24 08:56:05 +02:00