You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SCIRun 5 is a complete rewrite of the GUI front end and graphical components of SCIRun 4, including a more stable and
29
27
efficient middle layer, with support for Python scripting.
30
28
31
29
### Documentation
32
-
For documentation, please see: http://sciinstitute.github.io/SCIRun/
33
-
34
-
### Platform Notes
35
-
#### Build requirements
36
-
* OS X (tested on 10.7-10.11)
37
-
- Apple clang 5.1
38
-
- Qt 4.8
39
-
+ Download from http://releases.qt-project.org/qt4/source/qt-mac-opensource-4.8.4.dmg.
40
-
+ The above dmg will not work if using OS X 10.11. In this case Qt 4.8 can be acquired through macports using the command 'sudo port install qt4-mac' - more on macports here: https://www.macports.org/install.php
41
-
* Windows (tested on Windows 7, 8, 10)
42
-
- Visual Studio 2013, 2015
43
-
- Qt 4.8
44
-
+ 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.
45
-
* Linux (tested on Ubuntu 12.10, OpenSUSE Leap)
46
-
- gcc 4.6, 4.7, 4.8
47
-
- Qt 4.8
48
-
+ 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.
49
-
* All platforms
50
-
- CMake 2.8
51
-
+ Root cmake file is SCIRun/Superbuild/CMakeLists.txt.
52
-
+ Building in the source directory is not permitted.
53
-
+ Make sure BUILD_SHARED_LIBS is on (default setting).
54
-
55
-
#### CMake Build Generators
56
-
* Windows
57
-
- Visual Studio 2013
58
-
* OS X (tested on 10.7 and 10.8 and 10.10)
59
-
- Unix Makefiles
60
-
- Xcode
61
-
* Linux (tested on Ubuntu 12.10)
62
-
- Unix Makefiles
63
-
64
-
#### Unix Makefiles notes
65
-
* Build Superbuild first (src/Superbuild), then subsequently, SCIRun can be built by itself (src/).
66
-
* Included `build.sh` takes care of all this for you.
67
-
68
-
### Tagging releases
69
-
On an OSX system, run script `release.sh` in the `src` directory with the release name in format `alpha.XX` as a parameter.
30
+
For documentation, please see: http://sciinstitute.github.io/scirun.pages
31
+
32
+
#### Build
33
+
Please see http://sciinstitute.github.io/scirun.pages/build.html
34
+
35
+
#### Python API
36
+
Please see http://sciinstitute.github.io/scirun.pages/python.html
0 commit comments