Skip to content
Snippets Groups Projects
Commit 819fe62b authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

Merge remote-tracking branch 'origin/update-readme' into develop

parents 5cf07835 79a03f21
No related branches found
No related tags found
No related merge requests found
Pipeline #47065 failed
......@@ -168,7 +168,11 @@ Detailed full installation instructions:
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
......@@ -181,13 +185,13 @@ Detailed full installation instructions:
VERBOSE=1 make
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
`CMAKE_PREFIX_PATH`.
This ensures that the required `BFPSConfig.cmake` file is accessible for
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
library:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment