Skip to content

Commit 9f28165

Browse files
authored
Update SCIRun5ModuleGeneration.md
Remove mention of specific qt version
1 parent 2b831f5 commit 9f28165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/SCIRun5ModuleGeneration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Make sure to update to the most up-to-date version of the source code available,
8989
Alternatively, use Git to clone the SCIRun repository (https://github.com/SCIInstitute/SCIRun.git). We suggest creating a fork of the repository so that you can track your changes and create pull requests to the SCIRun repository [Section 1.1.3](#113-creating-your-scirun-fork).
9090

9191
##### 1.1.2 Compilers, Dependencies Development Tools
92-
SCIRun will need to be built from the source code in order to test and use any modules written. Make sure that Qt 4.8, Git, CMake, and the latest C++ compilers for the operating system are installed.
92+
SCIRun will need to be built from the source code in order to test and use any modules written. Make sure that Qt, Git, CMake, and the latest C++ compilers for the operating system are installed. More detailed build instructions are available, [Building SCIRun](build.html)
9393

9494
##### 1.1.3 Creating Your SCIRun Fork
9595
With your own GitHub account, go to the [SCIRun GitHub page](https://github.com/SCIInstitute/SCIRun). Click the fork button on the upper right side of the page. It will ask you where to move the fork to, chose your own account. Once the repository is forked, clone it to your local machine with the following command.

0 commit comments

Comments
 (0)