[X2Go-Commits] [x2goclient] 01/01: INSTALL: add more verbose instructions on how to build X2Go Client and friends.

git-admin at x2go.org git-admin at x2go.org
Tue Jun 2 22:46:59 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit 391adf3c717975847ddb0fef40c8dd2ed070497e
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Tue Jun 2 22:42:32 2015 +0200

    INSTALL: add more verbose instructions on how to build X2Go Client and friends.
---
 INSTALL          |   64 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
 debian/changelog |    5 ++++-
 2 files changed, 66 insertions(+), 3 deletions(-)

diff --git a/INSTALL b/INSTALL
index 6094520..89ce396 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-Basic Installation
+Requirements
 ==================
 
 Before use this program you need to install:
@@ -6,8 +6,68 @@ Before use this program you need to install:
 Qt4:
 http://download.qt.io/archive/qt/
 
-nxcomp+nxproxy:
+nxcomp + nxproxy:
 http://code.x2go.org/releases/source/nx-libs/
 
 You may want also install the PulseAudio sound server and client to enable sound support
 http://www.freedesktop.org/wiki/Software/PulseAudio/Download/
+
+
+Building
+==================
+
+Edit the Makefile to suit your needs.
+
+Variables that may need modifications are:
+  - QMAKE_BINARY
+  - LRELEASE_BINARY
+
+Variables that are being used by the install targets called later and might
+need modifications are:
+  - PREFIX
+  - ETCDIR
+
+Everything else should be left as-is.
+
+------------------
+
+On Linux-based systems, run:
+
+make all
+
+to build both X2Go Client and X2Go Plugin
+
+or
+
+make build_client
+
+to build X2Go Client only
+
+or
+
+make build_plugin
+
+to build X2Go Plugin only.
+
+
+Installing
+==================
+
+On Linux-based systems, run:
+
+make install
+
+to install X2Go Client, X2Go Plugin, man pages and the plugin provider.
+
+Alternatively, use one of the targets:
+  - install_client: for X2Go Client only
+  - install_plugin: for X2Go Plugin only
+  - install_man: for the man pages only
+  - install_pluginprovider: for the plugin provider only
+
+
+Uninstalling
+==================
+
+On Linux-based systems, use the same procedure as lined out in the "Installing"
+section, but replace "install" with "uninstall".
diff --git a/debian/changelog b/debian/changelog
index c28e2d9..daae4cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 x2goclient (4.0.4.1-0x2go1) UNRELEASED; urgency=low
 
-  * Continue development
+  [ Mihai Moldovan ]
+  * New upstream release (4.0.4.1):
+    - INSTALL: add more verbose instructions on how to build X2Go Client and
+      friends.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Tue, 26 May 2015 21:42:09 +0200
 

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list