Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acp29 committed Jan 6, 2024
1 parent 08ea1a3 commit cf1cc6d
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 @@ -29,7 +29,7 @@ Core functions in this package are known to be compatible with versions of Octav

To install (or test) the statistics-resampling package at it's existing location in either Octave or Matlab, follow these steps:

* Download the package. If it is a compressed file (.zip or .tar.gz), extract it's contents and move the package directory to the desired location.
* Download the package release from [here](https://github.com/gnu-octave/statistics-resampling/releases/). If it is a compressed file (.zip or .tar.gz), extract it's contents and move the package directory to the desired location.
* Open Octave or Matlab (command prompt).
* Change directory (cd) into the package folder. (The directory contains a file called 'make.m' and 'install.m', among others)
* 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 slower. This step is interactive so check the command window.)
Expand Down

0 comments on commit cf1cc6d

Please sign in to comment.