aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index 6519e76..3209a07 100644
--- a/README
+++ b/README
@@ -15,16 +15,17 @@ via email).
Building and installation
=========================
-The library uses the meson build system. A C99-compliant compiler and a POSIX
-environment are expected.
-
-Dependencies:
+A C99-compliant compiler and a POSIX environment are expected, as well as the
+foloowing dependencies:
- BLAS
- LAPACKE (the C interface to LAPACK)
- libthreadpool (thread pool utility library)
- libndarray (array utility library)
- MPI
+You must create a separate build directory and run the 'configure' script from
+there, followed by 'make'.
+
The shared library and the headers mg2d.h, mg2d_boundary.h, mg2d_constants.h
must be copied to where the linker and C compiler, respectively, will find them
(typically /usr/local/lib and /usr/local/include).