Skip to content

Build instructions

ifcquery edited this page Oct 26, 2015 · 8 revisions

Windows

For VS IDE proceed as follows:

  • Install Qt (Desktop OpenGL version)
  • Download boost
  • Download OpenSceneGraph?, run CMake to build it and set the paths to Qt
  • Set environment variables for boost, Qt, OSG and your development environment with a script like this: set_devenv64-VS2013.cmd.
  • Install Qt VS addin, configure it to use the same Qt files like the environment variable QTDIR
  • Type "devenv" to start VS.
  • Hit F7 to compile, F5 to run the debugger.

Tested with

Linux

CMake files and build instructions below are kindly provided by Bernd Hahnebach, bernd(at)bimstatik(dot)org

Packagelist Tested on Debian Jessie

  • $ apt-get install cmake subversion
  • $ apt-get install libboost-dev libopenscenegraph-dev libqt4-dev Internal Carve of IfcPlusPlus? is used.

Build IfcPLusPlus Get source code and build as follows:

$ svn checkout http://ifcplusplus.googlecode.com/svn/trunk/ ifcplusplus $ cd ifcplusplus $ mkdir build $ cd build $ cmake ../ $ make $ cd Release $ ./IfcPlusPlusViewer? Yeah, it runs on Linux !!!

Clone this wiki locally