mirror of
https://github.com/Relintai/MLPP.git
synced 2024-11-14 10:17:18 +01:00
Update README.md
This commit is contained in:
parent
11fee46aa6
commit
caa08b9e7d
@ -12,14 +12,9 @@ Begin by downloading the header files for the ML++ library. You can do this by c
|
|||||||
```
|
```
|
||||||
git clone https://github.com/novak-99/MLPP
|
git clone https://github.com/novak-99/MLPP
|
||||||
```
|
```
|
||||||
Next, execute the "./buildSO.sh" shell script. If you lack the necessary permissions, be sure to change those, too:
|
Next, execute the "./buildSO.sh" shell script.
|
||||||
```
|
```
|
||||||
chmod +x buildSO.sh
|
sudo ./buildSO.sh
|
||||||
./buildSO.sh
|
|
||||||
```
|
|
||||||
To allow your projects to access the ML++ library, move the shared object file to the /usr/local/lib directory:
|
|
||||||
```
|
|
||||||
sudo mv SharedLib/MLPP.so /usr/local/lib
|
|
||||||
```
|
```
|
||||||
After doing so, maintain the ML++ source files in a local directory and include them in this fashion:
|
After doing so, maintain the ML++ source files in a local directory and include them in this fashion:
|
||||||
```cpp
|
```cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user