Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add to readme file that compilation from source requires C+11 standard libraries
  • Loading branch information
acp29 committed Dec 24, 2023
1 parent 1030c5e commit 0d61365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To install (or test) the statistics-bootstrap package at it's existing location
* Download the package. If it is a compressed file, decompress it.
* Open Octave or Matlab command prompt.
* `cd` to the package directory. (The directory contains a file called 'make.m' and 'install.m')
* Type `make` to compile the mex files from source (or use the precompiled binaries if available. If suitable precompiled binaries are not available for your platform, then Matlab/Octave will need access to a C++ compiler. Note that if you skip the `make` step, then the package functions will still work, but some will run significantly slower.)
* Type `make` to compile the mex files from source (or use the precompiled binaries if available. If suitable precompiled binaries are not available for your platform, then Matlab/Octave will need access to a C++11 compiler. Note that if you skip the `make` step, then the package functions will still work, but some will run significantly slower.)
* Type `install`. The package will load now (and automatically in the future) when you start Octave/Matlab.

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

0 comments on commit 0d61365

Please sign in to comment.