This repository is to provide libraries needed to compile LabRPS under Windows.
The LibPack can be downloaed from LabRPS's release page. It is tested to work with Microsoft Visual C++ (a.k.a. MSVC or VC). It should be possible to use other compilers like MinGW, however this is not tested.
For information how to use the LibPack to compile, see this Wiki page: https://wiki.labrps.com/Compile_on_Windows
This project is based on or adapted from the following source code:
- FreeCAD/LibPack
Original work by [Lorenz and others].
Licensed under the LGPL.
We would like to express our sincere gratitude to the original authors for providing such a helpful codebase. Modifications have been made to adapt it to our needs.