Commit a8d10f6e authored by Alexis Lebis's avatar Alexis Lebis

some reamde styling

parent e1124a07
......@@ -4,9 +4,9 @@ Constraint Satisfaction Decaying Variables Problem (CSDVP) optimization through
## Dependencies and configuration
1. CEAO project depends on the C++ [http://paradiseo.gforge.inria.fr/index.php?](Paradiseo Framework).
1. CEAO project depends on the C++ [Paradiseo Framework](http://paradiseo.gforge.inria.fr/index.php?).
Therefore, you must [http://paradiseo.gforge.inria.fr/index.php?n=Download.Download](download and install) it.
Therefore, you must [download and install](http://paradiseo.gforge.inria.fr/index.php?n=Download.Download) it.
If you cloned the Paradiseo's repository, do not forget to build it:
......@@ -14,7 +14,7 @@ If you cloned the Paradiseo's repository, do not forget to build it:
paradiseoPath> mkdir build && cd build && cmake ../ && make
```
2. Correctly link CEAO to your paradiseo install (Optional, iff you manualy build Paradiseo)
2. Correctly link CEAO to your paradiseo install (Optional: **iff** you manually build Paradiseo)
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:
......
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