-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1a3e26
commit a4a6b55
Showing
31 changed files
with
879 additions
and
521 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Easiest way to get MRIcron pre-compiled | ||
curl -fLO https://github.com/rordenlab/MRIcroGL12/releases/latest/download/MRIcroGL_linux.zip | ||
|
||
|
||
Building MRIcron from source code using Docker | ||
|
||
|
||
docker pull jgoerzen/debian-base-standard | ||
docker run -td --stop-signal=SIGPWR --name=name jgoerzen/debian-base-standard | ||
docker run -it jgoerzen/debian-base-standard /bin/bash | ||
|
||
apt-get update | ||
apt-get -yq install lazarus | ||
apt-get -yq install git | ||
cd ~ | ||
git clone https://github.com/neurolabusc/MRIcron.git | ||
cd MRIcron | ||
lazbuild -B ./mricron.lpr | ||
# create distribution | ||
mkdir ~/distro | ||
mkdir ~/distro/MRIcron | ||
cp ./MRIcron ~/distro/MRIcron/MRIcron | ||
cp -a ./Resources/ ~/distro/MRIcron | ||
|
||
Notes | ||
|
||
1.) MRIcron works best if pigz and dcm2niix are installed. | ||
|
||
2.) MRIcron does list depend on some common Linux packages, which you can find by typing "ldd MRIcron" | ||
|
||
|
||
Run8 | ||
|
||
syntaxWM13.run08+orig.HEAD | ||
syntaxWM13.run08+orig.BRIK | ||
|
||
syntaxWM13.run08.nii |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.