Skip to content

Commit

Permalink
make build instructions more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
jklmnn authored Mar 14, 2018
1 parent 57d01b8 commit 1b0b3aa
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ Currently supported are gif and bmp.

Building:

`mkdir build && cd build && cmake .. && make`
To build this tool, `build-essential` and `cmake` are required (this is for Debian and Ubuntu based systems, for any other system please refer to its documentation).
After installing the dependencies, run the following commands:

```
$ git clone https://github.com/jklmnn/imagejs.git
$ cd imagejs
$ mkdir build
$ cd build
$ cmake ..
$ make
```

Usage:

Expand Down

0 comments on commit 1b0b3aa

Please sign in to comment.