Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 658 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 658 Bytes

lsp-r3d-base-lib

Base library for implementing and loading 3D rendering backend.

Requirements

The following packages need to be installed for building:

  • gcc >= 4.9
  • make >= 4.0

Building

To build the library, perform the following commands:

make config # Configure the build
make fetch # Fetch dependencies from Git repository
make
sudo make install

To get more build options, run:

make help

To uninstall library, simply issue:

make uninstall

To clean all binary files, run:

make clean

To clean the whole project tree including configuration files, run:

make prune