Skip to content

Commit

Permalink
Changed prefix dir on build instructions to avoid lib import errors o…
Browse files Browse the repository at this point in the history
…n various distros
  • Loading branch information
einichi committed Jan 4, 2016
1 parent 8c739fe commit 7ff6b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RPM-based: `yum install gettext intltool gnome-python2-gconf`
#### Building

```bash
./waf configure build --prefix=/usr/local
./waf configure build --prefix=/usr
sudo ./waf install
```

Expand Down

0 comments on commit 7ff6b33

Please sign in to comment.