You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,38 +7,36 @@ The *NIX-MX* project is an extension to [NIX](https://github.com/G-Node/nix) and
7
7
Development Status
8
8
------------------
9
9
10
-
The *NIX-MX* project has been developed and tested solely under Windows 32 and Windows 64 and is in a beta stage of development. Specifically all of the features of NIX have been implemented and unit tests for all of the methods exist and pass, but extensive testing and some refactoring of existing code has to be done as of yet.
10
+
The *NIX-MX* project has been developed and tested under Windows 32 and Windows 64 and can easily be built under MacOS. Specifically all of the features of NIX v1.4.0 have been implemented and tests for all of the methods exist and pass.
11
11
12
12
13
13
Getting Started (Windows 32/64)
14
14
-------------------------------
15
15
16
-
**Quick start packages, Beta-Release 1.1.0**
16
+
**Quick start packages, Release 1.4.0**
17
17
18
18
The [quick start packages](https://github.com/G-Node/nix-mx/releases) are compiled under Windows 32/64 and contain all dlls, binary and Matlab files required to use NIX-MX with the respective Windows OS.
19
-
The included *NIX* dll is a [stable release 1.3.2 build](https://github.com/G-Node/nix/releases/tag/1.3.2) . To use the packages, unzip them into a folder of your choice and run the `startup.m` script from the root folder. Do not change the file/folder structure.
20
-
21
-
The Windows 32 package contains:
22
-
- HDF5 dlls (Release 1.8.14)
23
-
- NIX dll (stable release 1.3.2 build, compiled using BOOST 1.57.0 and CPPUNIT 1.13.2)
24
-
- NIX-MX (Beta-Release 1.3.0, 10.02.2017)
19
+
The included *NIX* dll is a [stable release 1.4.0 build](https://github.com/G-Node/nix/releases/tag/1.4.0). To use the packages, unzip them into a folder of your choice and run the `startup.m` script from the root folder. Do not change the file/folder structure.
25
20
26
21
The Windows 64 package contains:
27
22
- HDF5 dlls (Release 1.8.14)
28
-
- NIX dll (stable release 1.3.2 build, compiled using BOOST 1.57.0 and CPPUNIT 1.13.2)
29
-
- NIX-MX (Beta-Release 1.3.0, 10.02.2017)
23
+
- NIX dll (stable release 1.4.0 build, compiled using BOOST 1.57.0 and CPPUNIT 1.13.2)
24
+
- NIX-MX (Release 1.4.0, 19.09.2017)
30
25
31
-
NOTE: there was a small bugfix in examples/Primer.m after the latest release. If you want to use this small tutorial, please replace examples/Primer.m in your extracted quick start package with the corresponding file from the master branch.
26
+
The Windows 32 package contains:
27
+
- HDF5 dlls (Release 1.8.14)
28
+
- NIX dll (stable release 1.4.0 build, compiled using BOOST 1.57.0 and CPPUNIT 1.13.2)
29
+
- NIX-MX (Release 1.4.0, 19.09.2017)
32
30
33
31
**Build NIX-MX under Windows**
34
32
35
-
To build NIX-MX under Windows please follow the guide provided at [WinBuild.md](https://github.com/G-Node/nix-mx/blob/master/WinBuild.md)
33
+
To build NIX-MX under Windows please follow the guide provided at [WinBuild.md](https://github.com/G-Node/nix-mx/blob/master/WinBuild.md). For an automated build, you can also use the `win_build.bat` script after you have read the build guide and set up all required paths and repositories accordingly.
36
34
37
35
38
36
Getting Started (macOS)
39
37
-------------------------------
40
38
41
-
**Quick start packages, Beta-Release 1.4.0**
39
+
**Quick start packages, Release 1.4.0**
42
40
43
41
The quick start packages (https://github.com/G-Node/nix-mx/releases)
44
42
are compiled under macOS Sierra using Matlab 2016b and contain the compiled mex files, nix m-files, tests, and a startup.m script. To use nix-mx unzip the file and run the startup.m script in MATLAB. This simply adds the current folder containing the mex files to the MATLAB path. Do not change the file/folder structure.
0 commit comments