Skip to content

Commit f58503b

Browse files
committed
Create INSTALL
1 parent e1e87c8 commit f58503b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Diff for: INSTALL

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Installation
2+
3+
Tested on Windows 2010 with VS 2019 Express,
4+
sources used : [Boost 1.7](boost_1_74_0.7z), Coin3D ans SoWin from git (check INSTALL)
5+
6+
7+
## install Coin3D
8+
9+
cmake -Hcoin -Bcoin_build -G "Visual Studio 16 2019" -DCMAKE_INSTALL_PREFIX=T:\Projects\Coin -DBOOST_ROOT=G:\Projects\Libs\boost_1_74_0 -DCOIN_BUILD_DOCUMENTATION=OFF
10+
11+
cmake --build coin_build --target ALL_BUILD --config Release -- /nologo /verbosity:minimal /maxcpucount
12+
cmake --build coin_build --target INSTALL --config Release -- /nologo /verbosity:minimal /maxcpucount
13+
14+
15+
## install SoWin
16+
17+
cmake -Hsowin -Bsowin_build -G "Visual Studio 16 2019" -DCMAKE_INSTALL_PREFIX=T:\Projects\Coin -DBOOST_ROOT=G:\Projects\Libs\boost_1_74_0 -DCOIN_BUILD_DOCUMENTATION=OFF -DCMAKE_PREFIX_PATH=T:/Projects/Coin/lib/cmake/Coin-4.0.1/
18+
19+
cmake --build sowin_build --target ALL_BUILD --config Release -- /nologo /verbosity:minimal /maxcpucount
20+
cmake --build sowin_build --target INSTALL --config Release -- /nologo /verbosity:minimal /maxcpucount

0 commit comments

Comments
 (0)