[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 12/28: Update install instructions.
noreply at xfce.org
noreply at xfce.org
Sat Aug 20 18:33:08 CEST 2016
This is an automated email from the git hooks/post-receive script.
gottcode pushed a commit to annotated tag v1.0.1
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 34d4a05f053b4445ad9f8866e2d915058192c74c
Author: Graeme Gott <graeme at gottcode.org>
Date: Mon Jun 24 05:29:42 2013 -0400
Update install instructions.
---
INSTALL | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/INSTALL b/INSTALL
index ed39829..8c0874f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,10 +18,17 @@ directory. The simplest way to compile this plugin is:
privileges if installing to system directories, but the rest of the
build should be done with regular user privileges.
-You can instead install the plugin into a temporary directory:
+ For packaging you can optionally install the plugin into a temporary
+ directory instead of the system directories by providing a DESTDIR
+ variable. For example, `make install DESTDIR=alternate/directory'
+ will prepend 'alternate/directory' before all installation names.
- 6. `make install DESTDIR=/tmp' to install the plugin into /tmp but
- with paths referencing $CMAKE_INSTALL_PREFIX.
+Uninstallation
+==============
+
+ 1. `make uninstall' to remove the installed files. Note that if you
+ provided a DESTDIR variable to `make install' be sure to provide the
+ same variable to `make uninstall'.
Debug Builds
============
@@ -45,7 +52,7 @@ More CMake Options
Choose the base location where the plugin is installed
(defaults to /usr/local).
--DINSTALL_LIB_DIR=<path>
+-DLIB_INSTALL_DIR=<path>
Choose where libraries are installed
(defaults to $CMAKE_INSTALL_PREFIX/lib).
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list