Home - PotatoPopcorn/LibPlankLight GitHub Wiki

Welcome to the LibPlankLight wiki!

Installation

Linux:

  1. Download and install the required prerequisites
  2. Download and extract the repository
  3. Make the library make
  4. Install the library sudo make install
  5. Link to library using -L/usr/lib/ -lplanklight
  6. OPTIONAL: build tests using sudo make test-TestName