Skip to content

Commit

Permalink
line break README
Browse files Browse the repository at this point in the history
  • Loading branch information
uecker committed Feb 10, 2024
1 parent 97ddd6a commit 01adebf
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ To enable gcc 8 and start a bash shell run:

### 2.1.2. Mac OS X

BART is supported on Intel-based and ARM-based Macs. Xcode is also required. For ARM-based Macs, it is recommended to use gcc12 or higher.
BART is supported on Intel-based and ARM-based Macs. Xcode is also required. For
ARM-based Macs, it is recommended to use gcc12 or higher.

Using MacPorts (http://www.macports.org/):

Expand Down Expand Up @@ -154,7 +155,9 @@ Using HomeBrew (https://brew.sh):

### 2.2.3 Windows

BART is supported through WSL 2 which is avaialable on Windows 10. The instructions are similar to installing on Linux.
BART is supported through WSL 2 which is avaialable on Windows 10. The instructions are
similar to installing on Linux.

Step-by-step instructions are available on the website at:
https://mrirecon.github.io/bart/installation_windows.html

Expand All @@ -163,12 +166,14 @@ Next follow the instructions in Section 2.2 to download and compile bart

2.2.3.1. Using BART with Matlab outside of WSL

To use BART outside of WSL, e.g. with Matlab, it is recommended to soft link the bart binary to /usr/local/bin. Assuming bart is installed
in the ${BART_TOOLBOX_PATH} directory, execute the following command in WSL:
To use BART outside of WSL, e.g. with Matlab, it is recommended to soft link
the bart binary to /usr/local/bin. Assuming bart is installed in
the ${BART_TOOLBOX_PATH} directory, execute the following command in WSL:

$ sudo ln -s ${BART_TOOLBOX_PATH}/bart /usr/local/bin/bart

Outside of WSL, copy the files from ${BART_TOOLBOX_PATH}/matlab to a local folder and add the folder to the Matlab path.
Outside of WSL, copy the files from ${BART_TOOLBOX_PATH}/matlab to a local folder
and add the folder to the Matlab path.



Expand Down

0 comments on commit 01adebf

Please sign in to comment.