Skip to content

Commit

Permalink
Merge pull request #50 from cs01/cs01/update-readme-installation-inst…
Browse files Browse the repository at this point in the history
…ructions

Update README.md installation instructions
  • Loading branch information
tbeu committed Jan 3, 2017
2 parents 3900608 + 8f076cc commit bb1a1eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ For Windows, the pre-compiled binaries can be used which also include a DLL of z
#### 2.2.1 Quick Build Guide
The primary method for building the software is using `configure` followed by `make`. After building, the testsuite can be executed to test the software using `make check`. The software can be installed using `make install`. For example,
```sh
$ tar zxf matio-X.Y.Z.tar.gz
$ cd matio-X.Y.Z
$ git clone git://git.code.sf.net/p/matio/matio
$ cd matio
$ git submodule update --init # for datasets used in unit tests
$ ./autoconf.sh
$ ./configure
$ make
$ make check
Expand Down

0 comments on commit bb1a1eb

Please sign in to comment.