-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies_installed_on_christo.txt
58 lines (44 loc) · 1.52 KB
/
dependencies_installed_on_christo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
* Visual Studio Community 2019
vs 2015 toolset
vs 2017 toolset
* Visual Studio Community 2022
vs 2019 toolset
vs 2022 toolset
* Visual Studio Preview 2022
vs 2022 toolset
* Git for Windows
https://gitforwindows.org/
installed in C:\dev\Git
* Cmake for Windows
https://cmake.org/
installed in C:\dev\CMake
Note CMake from Cygwin does not know about the Visual Studio generators
* Qt5
open source online installer downloaded from https://www.qt.io/download-thank-you?os=windows&hsLang=en
installed in C:\Qt
* Boost
version 1.66.0 for msvc 14.1
downloaded from https://sourceforge.net/projects/boost/files/boost-binaries/1.66.0/
installed in C:\dev\boost_1_66_0
version 1.79.0 for msvc-14.2
installed in C:\dev\boost_1_79_0
master branch from https://github.com/boostorg/boost.git
installed in C:\dev\boost\install_dir
* GMP and MPFR
downloaded from https://github.com/CGAL/cgal/releases/download/v5.3/CGAL-5.3-win64-auxiliary-libraries-gmp-mpfr.zip
installed in C:\dev\CGAL-5.3-win64-auxiliary-libraries-gmp-mpfr
gmp-6.2.1 compiled with vcpkg for msvc
* Eigen 3
downloaded from http://eigen.tuxfamily.org/index.php?title=Main_Page#Download
installed in C:\dev\eigen-3.4.0
* ITK
downloaded from https://itk.org/download/
built using CMake and MSVC
installed in C:\dev\InsightToolkit-5.2.0
* TBB
downloaded from https://github.com/oneapi-src/oneTBB/releases/tag/2019_U9
installed in C:\dev\tbb2019_20191006oss_win
* Zlib
installed in C:\dev\zlib-1.2.11
downloaded from https://zlib.net/
built using CMake and MSVC