Skip to content
Snippets Groups Projects
Commit 79a03f21 authored by Jose Agustin Arguedas Leiva's avatar Jose Agustin Arguedas Leiva
Browse files

update readme

parent 5cf07835
Branches
Tags
No related merge requests found
...@@ -168,7 +168,11 @@ Detailed full installation instructions: ...@@ -168,7 +168,11 @@ Detailed full installation instructions:
git clone git@gitlab.mpcdf.mpg.de:clalescu/bfps.git git clone git@gitlab.mpcdf.mpg.de:clalescu/bfps.git
5. Go into bfps repository, execute 5. Copy the `pc_host_info.py` file to `host_info.py` file and edit according to
the instructions in the file. This must be done before installing on a
cluster.
6. Go into bfps repository, execute
.. code:: bash .. code:: bash
...@@ -181,13 +185,13 @@ Detailed full installation instructions: ...@@ -181,13 +185,13 @@ Detailed full installation instructions:
VERBOSE=1 make VERBOSE=1 make
make install make install
6. If you used a custom install location (i.e. `CMAKE_INSTALL_PREFIX`) 7. If you used a custom install location (i.e. `CMAKE_INSTALL_PREFIX`)
you must include this location in the environment variable you must include this location in the environment variable
`CMAKE_PREFIX_PATH`. `CMAKE_PREFIX_PATH`.
This ensures that the required `BFPSConfig.cmake` file is accessible for This ensures that the required `BFPSConfig.cmake` file is accessible for
future use by the package. future use by the package.
7. Using BFPS from an external project. 8. Using BFPS from an external project.
BFPS creates and installs 3 files alongside the C++ headers and BFPS creates and installs 3 files alongside the C++ headers and
library: library:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment