aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-01-19 04:50:57 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-01-19 04:50:57 +0100
commit125f0311049ab14d28d561cbdad6ba1e776a7395 (patch)
tree3e18d5b78a3bcff01cdd070b7fb2ec46cbac6fc0 /README.md
parent72801f6d501ed9b833bddc914601321028fe96c7 (diff)
parent0239ba72bd91a211dea88cf56ff2786cebb82030 (diff)
downloadnx-libs-125f0311049ab14d28d561cbdad6ba1e776a7395.tar.gz
nx-libs-125f0311049ab14d28d561cbdad6ba1e776a7395.tar.bz2
nx-libs-125f0311049ab14d28d561cbdad6ba1e776a7395.zip
Merge branch 'mikedep333-README.md' into 3.6.x
Attributes GH PR #71: https://github.com/ArcticaProject/nx-libs/pull/71
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 22 insertions, 2 deletions
diff --git a/README.md b/README.md
index 155a0616c..632c47104 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 <mike.gabriel@das-netzwerkteam.de>
+*Sincerely,*
+
+*The nx-libs developers (a combined effort of ArcticaProject / TheQVD / X2Go)*
## Building Under Fedora or EPEL using Mock
@@ -92,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 <url> nx-libs
+cd nx-libs
+debuild -uc -us
+cd ..
+sudo dpkg -i *3.5.99*.deb
+```