[Xfce4-commits] [panel-plugins/xfce4-verve-plugin] 01/01: Update README
noreply at xfce.org
noreply at xfce.org
Sat Jul 11 16:56:46 CEST 2015
This is an automated email from the git hooks/post-receive script.
isaacschemm pushed a commit to branch master
in repository panel-plugins/xfce4-verve-plugin.
commit 265c527e0da628970f091587f77a9b83c2631b7b
Author: Isaac Schemm <isaacschemm at gmail.com>
Date: Sat Jul 11 09:54:17 2015 -0500
Update README
---
README | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/README b/README
index afec4e6..f7e03d0 100644
--- a/README
+++ b/README
@@ -17,8 +17,10 @@ Build tools required:
* autoconf
* automake
-Compile by running:
- ./autogen.sh --prefix=/usr
-(Xfce4 panel plugins may not work when installed in /usr/local.)
+To compile, first run:
+ ./configure
+Or, if compiling from the git repository:
+ ./autogen.sh
+You might need to add --prefix=/usr to the ./configure or ./autogen.sh command line, if your distribution doesn't look for Xfce panel plugins in /usr/local.
If the output says "required file ./ltmain.sh not found", run libtoolize and then run the same autogen.sh command again.
After that, use "make" to compile and "make install" to install.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list