To build the sample applications:
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
exe
subfolder.
Important! Use the proper version of Visual Studio for building sample applications from the release archive of the specified configuration.
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:
./configure
located in the root folder where the IFC SDK binary
archive was unpacked.
Ifc/Examples
subfolder active.
make
. Binary output files can be found in the bin
subfolder.
Copyright © 2002 – 2021. Open Design Alliance. All rights reserved.
|