mirror of
https://github.com/LdDl/go-darknet.git
synced 2025-09-26 19:51:27 +08:00
minor
This commit is contained in:
@@ -34,7 +34,9 @@ Also, [darknet.h] should be available in one of the following locations:
|
|||||||
|
|
||||||
To achieve it, after Darknet compilation (via make) execute following command:
|
To achieve it, after Darknet compilation (via make) execute following command:
|
||||||
```shell
|
```shell
|
||||||
sudo cp libdarknet.so /usr/lib/libdarknet.so && sudo cp include/darknet.h /usr/local/include/darknet.h
|
# Copy *.so to /usr/lib + /usr/include (or /usr/local/lib + /usr/local/include)
|
||||||
|
sudo cp libdarknet.so /usr/lib/libdarknet.so && sudo cp include/darknet.h /usr/include/darknet.h
|
||||||
|
# sudo cp libdarknet.so /usr/local/lib/libdarknet.so && sudo cp include/darknet.h /usr/local/include/darknet.h
|
||||||
```
|
```
|
||||||
Note: do not forget to set LIBSO=1 in Makefile before executing 'make':
|
Note: do not forget to set LIBSO=1 in Makefile before executing 'make':
|
||||||
```Makefile
|
```Makefile
|
||||||
|
Reference in New Issue
Block a user