Commit 950cce82 authored by Alexis Lebis's avatar Alexis Lebis

Update README.md

parent c992d126
...@@ -16,6 +16,8 @@ paradiseoPath> mkdir build && cd build && cmake ../ && make ...@@ -16,6 +16,8 @@ paradiseoPath> mkdir build && cd build && cmake ../ && make
2. Correctly link CEAO to your paradiseo install (Optional: **iff** you manually build Paradiseo) 2. Correctly link CEAO to your paradiseo install (Optional: **iff** you manually build Paradiseo)
Make sure that a folder cmake/module exists with a FindParadiseo.cmake file. It will be used to find your paradiseo install. Check e1124a07 for example.
Next, you need to locate your paradiseo install while invoking cmake, in order to have the library availables while building CEAO. Next, you need to locate your paradiseo install while invoking cmake, in order to have the library availables while building CEAO.
To do so, invoke cmake with the following option: To do so, invoke cmake with the following option:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment