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
Examplesand runGenerateMake.shon Linux or MACGenerateVS2015.baton Windows
- Build the examples:
- Navigate to
buildand run
cmake --build .
- Navigate to
- Run the example-exectuables in the
build-folder