Skip to content

Version 1.4.3

Compare
Choose a tag to compare
@jgrewe jgrewe released this 01 Nov 12:04
· 643 commits to master since this release

This release:

  1. fixes a bug when 1D data was to be retrieved from a MultiTag
  2. changes the build behaviour for static builds

Relevant pull-requests

  • #755 [dataAccess] bind position and count dimension to the array extent
  • #754 [cmake] nix-tool only for shared library build

Installation

To install the pre-build packages, follow the instructions below. To build nix from source please read the instructions here.

Windows

please use the installers below

Linux

Ubuntu: and derived use our launchpad ppa (ppa:gnode/nix) to install with apt-get on trusty (14.04), xenial (16.04), and bionic (18.04)

sudo add-apt-repository ppa:gnode/nix
sudo apt-get update
sudo apt-get install libnix-dev

Fedora:
Fedora packages for fedora27, 28, and 29 are provided

sudo dnf copr enable jgrewe/nix
sudo dnf install nixio-devel

macOS

macOS installation is easiest with our homebrew formulae

If you did not already tap our tap, execute:

brew tap g-node/pkg 

Then update homebrew and install/or upgrade nixio

brew update
brew install nixio