forked from SCIInstitute/SCIRun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
InstallationInstructions
82 lines (63 loc) · 2.69 KB
/
InstallationInstructions
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#
# For more information, please see: http://software.sci.utah.edu
#
# The MIT License
#
# Copyright (c) 2015 Scientific Computing and Imaging Institute,
# University of Utah.
#
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included
# in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
#
An installer is available for OS X (10.7 or greater) and Windows 7+.
SCIRun 5 build instructions
Required:
Windows (tested on Windows 7, 8):
Visual Studio C++ 2013
Qt 4.8
Build from source (see http://scirundocwiki.sci.utah.edu/SCIRunDocs/index.php/CIBC:Seg3D2:Building_Releases#Installing_Qt_on_your_system_and_building_from_scratch for instructions),
but be sure to download http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz.
OS X (tested on 10.7, 10.9):
Apple clang 4.1+
Qt 4.8
Download from http://releases.qt-project.org/qt4/source/qt-mac-opensource-4.8.4.dmg.
Linux (tested on Ubuntu 12.04 (travis-ci), 13.04, 14.04 OpenSuSE, Fedora 19):
Ubuntu 12.04 (travis-ci):
clang 3.4
Ubuntu 13.04, 14.04, Fedora 19, OpenSuSE 13.1:
gcc 4.7, 4.8
Qt 4.8
Build from source (http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz),
or use system libraries if available.
All platforms:
CMake 2.8.11+
Root cmake file is SCIRun/src/CMakeLists.txt.
Building in the source directory is not permitted.
Make sure BUILD_SHARED_LIBS is on (default setting).
32-bit builds are not tested.
CMake Build Generators:
Windows:
Visual Studio 12 C++ (2013)
OS X:
Unix Makefiles (Xcode projects not currently supported)
Linux:
Unix Makefiles
Unix Makefiles notes:
Parallel builds can be used:
make -j4