Skip to content

Commit 2a4d72b

Browse files
committed
* [docu]: remove autotools from README
1 parent 6344fb6 commit 2a4d72b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ according library for easy access.
3434
* [Doxygen v1.5.8 or higher is recommended](http://www.doxygen.org)
3535

3636
### Building
37-
Supported are autotools and cmake style builds.
37+
Supported are a cmake build and a very simple makefile.
3838

3939
$ mkdir build && cd build
40-
$ ../configure # or
4140
$ cmake ..
4241
$ make
4342
$ make install

0 commit comments

Comments
 (0)