Users:PrePostProcessing/RhinoPost/Installation Developer
From Carat++ Public Wiki
(Difference between revisions)
(→CMake) |
(→CMake) |
||
Line 15: | Line 15: | ||
== CMake == | == CMake == | ||
− | The following path have to be set in cmake_personal_input.dat: | + | [[File:CMake_RhinoInterface.PNG|thumb|600px|CMake settings]] |
+ | |||
+ | |||
+ | * The following path have to be set in cmake_personal_input.dat: | ||
<pre> | <pre> | ||
Line 25: | Line 28: | ||
− | Delete the cache, if you are not using Visual Studio 10 2010 Win64 as default native compilers. | + | * Delete the cache, if you are not using Visual Studio 10 2010 Win64 as default native compilers. |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | * Choose the packages by unchecking everything beside BUILD_RHINO_PLUG_IN_SDK5. | ||
− | Press "Configure" | + | * Press "Configure" |
− | Press "Generate" | + | * Press "Generate" |
== References == | == References == | ||
<references/> | <references/> |
Revision as of 10:45, 19 January 2017
In order to set up the developer's environment one need the following:
- Rhino SDK5.0
- Microsoft Visual Studio 2010
- QT Creator 4
- QT Library
Contents |
Rhino SDK5.0
You need to download and install the actual Rhinoceros SDK . Version 5.0 does only support MS Visual Studio 2010 or older (Date: 19.01.2017).
QT
The actual set-up works with QT 4 (Date 19.01.2017). The respective exe-file for MS Visual Studio 2010 (qt-win-opensource-4.8.4-vs2010.exe) can be download on [1].
CMake
- The following path have to be set in cmake_personal_input.dat:
set(CARAT_ROOT "C:/carat") set(LIB_BOOST_INCLUDE_DIR "C:/carat/libraries/boost/actual_boost") set(LIB_RHINO5 "C:/Program Files (x86)/Rhino 5.0 x64 SDK") set(QTDIR64 "C:/carat/libraries/qt/vs2010/4.8.4-dyn-64bit")
- Delete the cache, if you are not using Visual Studio 10 2010 Win64 as default native compilers.
- Choose the packages by unchecking everything beside BUILD_RHINO_PLUG_IN_SDK5.
- Press "Configure"
- Press "Generate"
References
Whos here now: Members 0 Guests 0 Bots & Crawlers 1 |