Skip to content

Commit

Permalink
Added prerequisites & global installation process
Browse files Browse the repository at this point in the history
  • Loading branch information
Snaipe committed Jan 11, 2015
1 parent 2e01d9b commit 0796266
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,18 @@ to the C programming language.

## Installing

### Prerequisites

* To compile the library, GCC 4.9+ is needed.
* To compile any project with the library, Clang or GCC are needed.

### Installation

1. Clone this repository
2. run `./autogen.sh && ./configure --prefix=$HOME/ && make && make install`
from the project root.
from the project root for a local install, or run
`./autogen.sh && ./configure && make && sudo make install` for a global
install.

## Examples

Expand Down

0 comments on commit 0796266

Please sign in to comment.