Building Sample Applications for Windows Platforms Using Microsoft® Visual Studio®
To build the sample applications:
Open the IFC SDK sample solution with Microsoft Visual Studio.
The solution file is included in the downloadable IFC SDK archive and
can be found in the Platforms\<conf> subfolder, where the conf value
depends on the platform, compiler and configuration.
For example, for the Microsoft Visual Studio 2019 DLL configuration, the solution
file has the following path: Platforms\vc16dll\Ifc_vc16dll_ex.sln
Build the solution. Binary output files can be found in the exe subfolder.
Important! Use the proper version of Visual Studio for building
sample applications from the release archive of the specified configuration.
Building Sample Applications for Non-Windows Platforms
To build IFC 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/download/.
To build the sample applications:
Run ./configure located in the root folder where the IFC SDK binary
archive was unpacked.
Make the Ifc/Examples subfolder active.
Run make. Binary output files can be found in the bin subfolder.