Skip to content

Commit

Permalink
Merge 8631251 into db86364
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jun 2, 2017
2 parents db86364 + 8631251 commit 31b7a14
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Table of Contents
* Nils Jannasch (https://github.com/NJannasch)
* OpenMEEG ((http://openmeeg.github.io/)
* Scilab (http://www.scilab.org/)
* S�bastien Villemot (https://github.com/sebastien-villemot)
* Sébastien Villemot (https://github.com/sebastien-villemot)
* SGI in support of Interactive Supercomputing, Inc.
* Steven Leibman <sleibman@alum.mit.edu>

Expand Down Expand Up @@ -90,12 +90,14 @@ Table of Contents

2.2 Building matio
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
The primary method for building the software is running 'autoconf' to
produce the configure skript then 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,
$ tar zxf matio-X.Y.Z.tar.gz
$ cd matio-X.Y.Z
$ autoconf
$ ./configure
$ make
$ make check
Expand Down

0 comments on commit 31b7a14

Please sign in to comment.