Skip to content

Commit 193080d

Browse files
author
Ayla Khan
authored
Update README.md
Closes #1229.
1 parent 82b2f2f commit 193080d

File tree

1 file changed

+5
-43
lines changed

1 file changed

+5
-43
lines changed

README.md

Lines changed: 5 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ https://github.com/SCIInstitute/SCIRun
1212
- [Summary](#user-content-summary)
1313
- [Goals](#user-content-goals)
1414
- [Documentation](#user-content-documentation)
15-
- [Platform Notes](#user-content-platform-notes)
16-
- [Build requirements](#user-content-build-requirements)
17-
- [CMake Build Generators](#user-content-cmake-build-generators)
18-
- [Unix Makefiles notes](#user-content-unix-makefiles-notes)
1915
- [Questions and Answers](#user-content-questions-and-answers)
2016
- [License and Credits](#user-content-license-and-credits)
2117

@@ -24,49 +20,15 @@ https://github.com/SCIInstitute/SCIRun
2420
| Warning! | SCIRun 5 is alpha software, you may use for real science but beware of instability. |
2521
|:--------:|:-------------------------------------------------------------------------------------:|
2622

27-
###Goals
23+
### Goals
2824
SCIRun 5 is a complete rewrite of the GUI front end and graphical components of SCIRun 4, including a more stable and
2925
efficient middle layer, with support for Python scripting.
3026

27+
### Build
28+
Please see http://sciinstitute.github.io/scirun.pages/build.html
29+
3130
### 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.
31+
For documentation, please see: http://sciinstitute.github.io/scirun.pages
7032

7133
### Questions and Answers
7234
For help, email the testing mailing list at [email protected].

0 commit comments

Comments
 (0)