Skip to content

Commit

Permalink
Document switch to Qt 6 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed Feb 19, 2024
1 parent 9943527 commit 1873514
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ You can address all *MRtrix3*-related queries there, using your GitHub or Google
$ cmake --install build

It's **highly** recommended, that you use [Ninja](https://ninja-build.org/) and a compiler caching tool like [ccache](https://ccache.dev/) or [sccache](https://github.com/mozilla/sccache) to speed up compilation time. You can install these tools using your package manager (e.g. `apt install ninja-build ccache` or `brew install ninja ccache`). Then, add `-GNinja` to the third step above or set the environment variable `CMAKE_GENERATOR` variable to `Ninja`.

NOTE: by default MRtrix3 will build using Qt 6, but if you wish to use Qt 5
you can specify this by passing `-DMRTRIX_USE_QT5=ON` when configuring the build.

3. Set the `PATH`:

Expand Down

0 comments on commit 1873514

Please sign in to comment.