Updated readme.

This commit is contained in:
Jordan Petridis 2017-11-11 14:39:03 +02:00
parent 021f616aef
commit b39f635cf5
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6
3 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,7 @@ cargo run -p hammond-gtk --release
```sh
git clone https://gitlab.gnome.org/alatiera/hammond.git
cd Hammond/
./configure --prefix=/usr/local
make && sudo make install
```

3
configure vendored
View File

@ -1,3 +1,6 @@
# Adapted from:
# https://gitlab.gnome.org/danigm/libgepub/blob/27f0d374e0c8f6fa972dbd111d4ce0c0f3096914/configure_meson
#!/bin/bash
# configure script adapter for Meson
# Based on build-api: https://github.com/cgwalters/build-api

View File

@ -1,3 +1,6 @@
# Adatped from:
# https://gitlab.gnome.org/danigm/fractal/blob/6e2911f9d2353c99a18a6c19fab7f903c4bbb431/meson.build
project(
'hammond', 'rust',
version: '0.1.0',