Skip to content

Commit f9a7d12

Browse files
committed
Updated readme for modern CMake serizba#124
1 parent a36252b commit f9a7d12

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ CppFlow uses [Tensorflow C API](https://www.tensorflow.org/install/lang_c) to ru
3333
3434
Since it uses TensorFlow 2 C API you just have to [download it](https://www.tensorflow.org/install/lang_c), check the [docs](https://serizba.github.io/cppflow/installation.html) to see a guide on how to do it.
3535
36-
You can either install the library system wide or you can just place the contents of the archive in a folder called `libtensorflow2` in your HOME directory.
37-
38-
Afterwards, you can run the examples:
36+
Afterwards, you can install the library:
3937
4038
```sh
4139
git clone [email protected]:serizba/cppflow.git
4240
cd cppflow/examples/load_model
4341
mkdir build
4442
cd build
4543
cmake ..
46-
make
47-
./example
44+
make -j
45+
make install
4846
```
4947

48+
Now you can check the [quickstart guide](https://serizba.github.io/cppflow/quickstart.html) to run a program using cppflow.
49+
5050

5151
## Documentation
5252

0 commit comments

Comments
 (0)