This repository contains regular binary builds of the develop branch of the https://github.com/3MFConsortium/lib3mf/tree/develop repository in form of a standalone, binary SDK with examples: lib3mf_sdk.zip
This SDK package contains a CMake project-setup for several examples. To use them, follow these steps:
- Download lib3mf_sdk.zip
- Extract the archive
- Navigate to
Examples
and runGenerateMake.sh
on Linux or MACGenerateVS2015.bat
on Windows
- Build the examples:
- Navigate to
build
and run
cmake --build .
- Navigate to
- Run the example-exectuables in the
build
-folder