From 474e9c0ba275ca724ee6c4ef330e2ba02ef1a2c6 Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Mon, 18 Jan 2016 21:49:03 -0500 Subject: README.md: Update signature --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 155a0616c..c6c6e816c 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,9 @@ If you have any questions about this NX development or want to file a bug report, please contact the Arctica developers, the X2Go developers or the TheQVD developers via the project's Github issue tracker. -thanks+light+love, 20150531 -Mike Gabriel +*Sincerely,* + +*The nx-libs developers (a combined effort of ArcticaProject / TheQVD / X2Go)* ## Building Under Fedora or EPEL using Mock -- cgit v1.2.3 From 0239ba72bd91a211dea88cf56ff2786cebb82030 Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Mon, 18 Jan 2016 22:37:46 -0500 Subject: README.md: Add debuild instructions --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c6c6e816c..632c47104 100644 --- a/README.md +++ b/README.md @@ -93,3 +93,22 @@ mock --rebuild ~/result/nx-libs-3.5.99.0-0.0build1.fc23.src.rpm --resultdir ~/re ``` The end result is RPMs under ~/result that you can install (or upgrade to) using yum or dnf, which will resolve their dependencies. + +## Building Under Debian or Ubuntu using debuild + +Assuming: + +1. The current version is 3.5.99* (specified in debian/changelog) + +Prerequisites: + +1. Install package "devscripts" +2. Install the build dependencies. `dpkg-checkbuilddeps` can help you identify them. + +``` +git clone nx-libs +cd nx-libs +debuild -uc -us +cd .. +sudo dpkg -i *3.5.99*.deb +``` -- cgit v1.2.3