Browse Source

Remove quickstart, best if people look at installation guide

merge-requests/37/head
Ole Christian Eidheim 10 years ago
parent
commit
7eb20ddeb7
  1. 7
      README.md

7
README.md

@ -10,13 +10,6 @@ provides highlevel C++11 access to complicated C code.
## Installation ## ## Installation ##
See [installation guide](https://github.com/cppit/libclangmm/blob/master/docs/install.md) See [installation guide](https://github.com/cppit/libclangmm/blob/master/docs/install.md)
### Quickstart ###
```sh
$ git clone https://github.com/cppit/libclangmm.git clangmm
$ cd clangmm
$ make
$ sudo make install
```
# Tests # # Tests #
The compilation of the tests are disabled due to ease of installation. Simply enter CMakeList.txt and uncomment the last two lines in the file to enable testing. The compilation of the tests are disabled due to ease of installation. Simply enter CMakeList.txt and uncomment the last two lines in the file to enable testing.

Loading…
Cancel
Save