[mousetrap/gnome3-wip: 179/240] Update README.md to tell Fedora users to use --prefix=/usr
- From: Heidi Ellis <heidiellis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mousetrap/gnome3-wip: 179/240] Update README.md to tell Fedora users to use --prefix=/usr
- Date: Mon, 8 Sep 2014 15:27:36 +0000 (UTC)
commit 957958127ab8ef110e8aff24a433b24e9a0a32ff
Author: Stoney Jackson <dr stoney gmail com>
Date: Fri Jun 27 10:25:46 2014 -0400
Update README.md to tell Fedora users to use --prefix=/usr
README.md | 23 +++++++++++++++++++----
1 files changed, 19 insertions(+), 4 deletions(-)
---
diff --git a/README.md b/README.md
index bab5420..e77e1ed 100644
--- a/README.md
+++ b/README.md
@@ -15,14 +15,29 @@ License: GPL v2.0 (see COPYING)
$ git clone https://git.gnome.org/browse/mousetrap
-## Run
+## Installing
+
+You may install MouseTrap using either `pip` or `autotools`.
+
+### Using `pip`
+
+ $ cd mousetrap
+ $ sudo pip install .
+
+### Using `autotools`
$ cd mousetrap
- $ source bin/mt-setup
- $ mt-run
+ $ ./autogen.sh # On Fedora, add --prefix=/usr
+ $ make
+ $ sudo make install
+
+
+## Running
+
+ $ mousetrap
-## Use
+## Using
By default, MouseTrap tracks your face, allowing you to controll the
mouse pointer using a joystick metaphore. When you look left,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]