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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ To install (or test) the statistics-bootstrap package at it's existing location
25
25
* Download the package. If it is a compressed file, decompress it.
26
26
* Open Octave or Matlab command prompt.
27
27
*`cd` to the package directory. (The directory contains a file called 'make.m' and 'install.m')
28
-
* Type `make` to compile the mex files from source (or use the precompiled binaries if available. If precompiled binaries are not available for your platform, then Matlab/Octave will need access to a C++ compiler (C++11 or above). Note that if you skip this step, the package functions will still work, but will run significantly slower.)
28
+
* Type `make` to compile the mex files from source (or use the precompiled binaries if available. If precompiled binaries are not available for your platform, then Matlab/Octave will need access to a C++ compiler and libraries (for C++11 or above). Note that if you skip this step, the package functions will still work, but will run significantly slower.)
29
29
* Type `install`. The package will load now (and automatically in the future) when you start Octave/Matlab.
30
30
31
31
To uninstall, `cd` to the package directory and type `uninstall`.
0 commit comments