Skip to content

Commit 900d59a

Browse files
authored
Update README.md
1 parent 075d005 commit 900d59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To install (or test) the statistics-bootstrap package at it's existing location
2525
* Download the package. If it is a compressed file, decompress it.
2626
* Open Octave or Matlab command prompt.
2727
* `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.)
2929
* Type `install`. The package will load now (and automatically in the future) when you start Octave/Matlab.
3030

3131
To uninstall, `cd` to the package directory and type `uninstall`.

0 commit comments

Comments
 (0)