Skip to content
Snippets Groups Projects
Commit 45011c4d authored by Jerome Hue's avatar Jerome Hue
Browse files

Add up to date information to README.md

parent b8196da7
No related branches found
No related tags found
2 merge requests!93Release v0.3.0,!86Update README.md
Pipeline #54336 passed
This commit is part of merge request !86. Comments created here will be created in the context of that merge request.
...@@ -29,4 +29,15 @@ pip install . -v ...@@ -29,4 +29,15 @@ pip install . -v
### Standard C++ Compilation ### Standard C++ Compilation
You will need to compile first the Core library before compiling the CPU one. You will need to compile and install the [Core Library](https://gitlab.eclipse.org/eclipse/aidge/aidge_core) before compiling the CPU one.
Once this has been done, you'll need run CMake with the
`CMAKE_INSTALL_PREFIX:PATH` flag, in order to indicate to CMake where
`aidge_core` has been installed :
```sh
cmake -DCMAKE_INSTALL_PREFIX:PATH=$(path_to_install_folder) $(CMAKE PARAMETERS) $(projet_root)
make all
```
More detailed information is available in the [Aidge User Guide](https://eclipse.dev/aidge/source/GetStarted/install.html)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment