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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,17 @@ Getting Started (Windows 32/64)
16
16
**Quick start packages, Beta-Release 1.1.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.1.0 build] (https://github.com/G-Node/nix/releases/tag/1.1.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.
19
+
The included *NIX* dll is a [stable release 1.2.1 build] (https://github.com/G-Node/nix/releases/tag/1.2.1) . 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
20
21
21
The Windows 32 package contains:
22
22
- HDF5 dlls (Release 1.8.14)
23
-
- NIX dll (stable release 1.1.0 build, compiled using BOOST 1.57.0 and CPPUNIT 1.13.2)
24
-
- NIX-MX (Beta-Release 1.1.0, 26.01.2016)
23
+
- NIX dll (stable release 1.2.1 build, compiled using BOOST 1.57.0 and CPPUNIT 1.13.2)
24
+
- NIX-MX (Beta-Release 1.2.0, 10.02.2017)
25
25
26
26
The Windows 64 package contains:
27
27
- HDF5 dlls (Release 1.8.14)
28
-
- NIX dll (stable release 1.1.0 build, compiled using BOOST 1.57.0 and CPPUNIT 1.13.2)
29
-
- NIX-MX (Beta-Release 1.1.0, 26.01.2016)
28
+
- NIX dll (stable release 1.2.1 build, compiled using BOOST 1.57.0 and CPPUNIT 1.13.2)
29
+
- NIX-MX (Beta-Release 1.2.0, 10.02.2017)
30
30
31
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.
0 commit comments