Skip to content

Releases: FNNDSC/mni2mz3

v1.0.0

15 Nov 23:06
80137c1
Compare
Choose a tag to compare

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

  1. If you know what you are doing, do that.
  2. The bare binary mni2mz3 should work on all Linux distros. Download it, then run chmod +x ./mni2mz3 as usual.
  3. 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 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

07 Nov 23:49
Compare
Choose a tag to compare
v1.0.0-rc.5 Pre-release
Pre-release

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

07 Nov 23:28
Compare
Choose a tag to compare
v1.0.0-rc.4 Pre-release
Pre-release

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

07 Nov 17:39
Compare
Choose a tag to compare
  • Support for converting .obj to (mesh) MZ3
  • Support for converting .txt to (scalar) MZ3

v0.1.0-rc.4

07 Nov 07:00
Compare
Choose a tag to compare
v0.1.0-rc.4 Pre-release
Pre-release

It works, though I'm playing around with release engineering and waiting for a resolution to niivue/niivue#729

v0.1.0-rc.1

07 Nov 02:10
e28dc10
Compare
Choose a tag to compare
v0.1.0-rc.1 Pre-release
Pre-release

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 mni2mz3@0.1.0-rc.1

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