mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 16:21:01 +00:00
Clean up CMake biz by using OCE_LIBRARIES variable for defining OCE libs + fix setting of PYTHON_INCLUDE_DIR + PYTHON_LIBRARY vars + small README.md cleanup.
This commit is contained in:
@@ -35,11 +35,10 @@ the cmake/ folder.
|
||||
The preferred way to fetch and build this project's dependencies is to use the build scripts
|
||||
in win/ folder. See win/readme.txt for more information. Instructions in a nutshell
|
||||
(assuming Visual Studio x64 environment variables set):
|
||||
> git clone https://github.com/Tridify/IfcOpenShell.git
|
||||
> git clone https://github.com/IfcOpenShell/IfcOpenShell.git
|
||||
> cd oce\win
|
||||
> build-deps.cmd (defaults to using VS 2015 x64 RelWithDebInfo build)
|
||||
> run-cmake.bat (defaults to using VS 2015 x64)
|
||||
> copy-runtime-deps.bat (defaults to using RelWithDebInfo)
|
||||
> ..\build-vs2015-x64\IfcOpenShell.sln
|
||||
You can now build the solution using the RelWithDebInfo configuration
|
||||
You can also build the INSTALL project if wanted
|
||||
|
||||
Reference in New Issue
Block a user