|
@ -91,6 +91,7 @@ mkdir build && cd build |
|
|
cmake -DBUILD_SHARED_LIBS=ON .. |
|
|
cmake -DBUILD_SHARED_LIBS=ON .. |
|
|
make |
|
|
make |
|
|
sudo make install |
|
|
sudo make install |
|
|
|
|
|
sudo ldconfig |
|
|
``` |
|
|
``` |
|
|
In case any dependencies are missing, cmake will tell you. |
|
|
In case any dependencies are missing, cmake will tell you. |
|
|
|
|
|
|
|
|