Skip to content

Commit

Permalink
1.0.6 - port to Meson
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed May 31, 2017
1 parent 01a5477 commit ec70442
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ Please make sure you have these dependencies first before building.
granite
gtk+-3.0
gtksourceview-3.0
meson
```

## Building

Simply clone this repo, then:

```
$ mkdir build && cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/usr ../
$ sudo make install
```
$ meson build && cd build
$ ninja
$ sudo ninja install
```

0 comments on commit ec70442

Please sign in to comment.