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

Remove outdated information from README.md

parent 44c25e9d
No related branches found
No related tags found
2 merge requests!93Release v0.3.0,!86Update README.md
...@@ -30,26 +30,3 @@ pip install . -v ...@@ -30,26 +30,3 @@ 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 first the Core library before compiling the CPU one.
The makefile is designed to do it for you.
To only compile the CPU library, run
```
make cpu_only
```
To compile the CPU library + the associated unitary tests, run
```
make cpu_tests
```
To compile the CPU library with the python binding, run
```
make cpu_with_pybind
```
Important: this command can also be run with `make`.
To compile the CPU library with the python binding + the associated unitary tests, run
```
make cpu_with_pybind_tests
```
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