From b39f635cf52989f6938c8317748165b93920a222 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sat, 11 Nov 2017 14:39:03 +0200 Subject: [PATCH] Updated readme. --- README.md | 1 + configure | 3 +++ meson.build | 3 +++ 3 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 64aebf6..08f1285 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/configure b/configure index 0a14e10..6795f73 100755 --- a/configure +++ b/configure @@ -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 diff --git a/meson.build b/meson.build index 0100ab6..f0f4be9 100644 --- a/meson.build +++ b/meson.build @@ -1,3 +1,6 @@ +# Adatped from: +# https://gitlab.gnome.org/danigm/fractal/blob/6e2911f9d2353c99a18a6c19fab7f903c4bbb431/meson.build + project( 'hammond', 'rust', version: '0.1.0',