roystgnr / MetaPhysicL

Metaprogramming and operator-overloaded classes for numerical simulations
Other
22 stars 12 forks source link

Build Instructions

  1. cd to location of MetaPhysicL clone or extracted tarball. For git clones, make sure to clone recursively, or do
  2. git submodule update --init --recursive
  3. ./bootstrap
  4. mkdir build
  5. cd build
  6. ../configure --prefix=/path/to/metaphysicl/install
  7. make
  8. make check (optional, runs the example programs and unit tests when possible)
  9. make install