Compile ODA BimRv SDK Sample Applications on Non-Windows Platforms
To build ODA BimRv SDK sample applications on non-Windows platforms, CMake tool version 3.14,
or later must be installed. It can be downloaded from
https://cmake.org/install/
.
Once CMake is installed, follow the steps below to configure and build sample applications:
Run ./configure in the directory where the ODA BimRv SDK archive was unpacked.
After configuring is done, run 'make' in the unpacked archive root folder for all examples.
For compiling any particular example, go to that sample folder under the
BimRv folder, where the makefile is placed, for example, BimRv/Examples/ExFamilyDump
and then run make there.