Releases: FNNDSC/mni2mz3
v1.0.0
Manual Installation
Here you will find pre-compiled binaries for manual installation of mni2mz3
. Refer to the README for the installation instructions using a package manager.
Choosing An Installer for Linux
- If you know what you are doing, do that.
- The bare binary
mni2mz3
should work on all Linux distros. Download it, then runchmod +x ./mni2mz3
as usual. - The
unknown-linux-gnu
target is preferable for GNU/Linux with glibc version 2.31 or above. In simpler words:unknown-linux-gnu
is recommended for Arch Linux, Ubuntu 20.04, Debian 11 (Bullseye), CentOS 9, RHEL 9, or newer. Older systems should download theunknown-linux-musl
variant.
Installation Script
A script is provided for detecting your computer architecture and downloading the corresponding package.
Install for all users (requires sudo
):
curl --proto '=https' --tlsv1.2 -LsSf 'https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0/installer.sh' | sudo env MNI2MZ3_BIN=/usr/local/bin/mni2mz3 bash
Install for current user:
curl --proto '=https' --tlsv1.2 -LsSf 'https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0/installer.sh' | env MNI2MZ3_BIN="$HOME/.local/bin/mni2mz3" bash
Use in Dockerfile
(requires bash
and curl
):
RUN curl --proto '=https' --tlsv1.2 -LsSf 'https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0/installer.sh' | bash
v1.0.0-rc.5
Choosing An Installer for Linux
The bare binary mni2mz3
should work on all Linux distros. Download it, then run chmod +x ./mni2mz3
as usual.
The unknown-linux-gnu
target is preferable for GNU/Linux with glibc version 2.31 or above. In simpler words: unknown-linux-gnu
is recommended for Arch Linux, Ubuntu 20.04, Debian 11 (Bullseye), CentOS 9, RHEL 9, or newer. Older systems should download the unknown-linux-musl
variant.
Installation Script
A script is provided for downloading and installing the binary.
Install for all users (requires sudo
):
curl --proto '=https' --tlsv1.2 -LsSf 'https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0-rc.5/installer.sh' | sudo env MNI2MZ3_BIN=/usr/local/bin/mni2mz3 bash
Install for current user:
curl --proto '=https' --tlsv1.2 -LsSf 'https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0-rc.5/installer.sh' | env MNI2MZ3_BIN="$HOME/.local/bin/mni2mz3" bash
Use in Dockerfile
(requires bash
and curl
):
RUN curl --proto '=https' --tlsv1.2 -LsSf 'https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0-rc.5/installer.sh' | bash
v1.0.0-rc.4
Experimental release to try installation script.
Choosing An Installer for Linux
The bare binary mni2mz3
should work on all Linux distros. Download it, then run chmod +x ./mni2mz3
as usual.
The unknown-linux-gnu
target is preferable for GNU/Linux with glibc version 2.31 or above.
In simpler words: unknown-linux-gnu
is recommended for Arch Linux, Ubuntu 20.04, Debian 11
(Bullseye), CentOS 9, RHEL 9, or newer. Older systems should download the unknown-linux-musl
variant.
Installation Script
A script is provided for downloading and installing the binary.
Install for all users (requires sudo
):
curl --proto '=https' --tlsv1.2 -LsSf 'https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0-rc.4/installer.sh' | sudo env MNI2MZ3_BIN=/usr/local/bin/mni2mz3 bash
Install for current user:
curl --proto '=https' --tlsv1.2 -LsSf 'https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0-rc.4/installer.sh' | env MNI2MZ3_BIN="$HOME/.local/bin/mni2mz3" bash
Use in Dockerfile
(requires bash
and curl
):
RUN curl --proto '=https' --tlsv1.2 -LsSf 'https://github.com/FNNDSC/mni2mz3/releases/download/v1.0.0-rc.4/installer.sh' | bash
mni2mz3 v0.1.1
- Support for converting
.obj
to (mesh) MZ3 - Support for converting
.txt
to (scalar) MZ3
v0.1.0-rc.4
It works, though I'm playing around with release engineering and waiting for a resolution to niivue/niivue#729
v0.1.0-rc.1
Install mni2mz3 0.1.0-rc.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/FNNDSC/mni2mz3/releases/download/v0.1.0-rc.1/mni2mz3-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/FNNDSC/mni2mz3/releases/download/v0.1.0-rc.1/mni2mz3-installer.ps1 | iex
Install prebuilt binaries into your npm project
npm install [email protected]
Install prebuilt binaries via Homebrew
brew install FNNDSC/homebrew-mni2mz3/mni2mz3
Download mni2mz3 0.1.0-rc.1
File | Platform | Checksum |
---|---|---|
mni2mz3-aarch64-apple-darwin.tar.gz | macOS Apple Silicon | checksum |
mni2mz3-x86_64-apple-darwin.tar.gz | macOS Intel | checksum |
mni2mz3-x86_64-pc-windows-msvc.tar.gz | Windows x64 | checksum |
mni2mz3-x86_64-unknown-linux-gnu.tar.gz | Linux x64 | checksum |
mni2mz3-x86_64-unknown-linux-musl.tar.gz | musl Linux x64 | checksum |