Home - PotatoPopcorn/LibPlankLight GitHub Wiki
Welcome to the LibPlankLight wiki!
Installation
Linux:
- Download and install the required prerequisites
- Download and extract the repository
- Make the library
make
- Install the library
sudo make install
- Link to library using
-L/usr/lib/ -lplanklight
- OPTIONAL: build tests using
sudo make test-TestName