aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-06-29 21:54:02 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-06-29 21:54:02 +0200
commit16cfb8d3310d4b0e523c92ec85714adc2e7b5b38 (patch)
treeeadf589be4ea9f4fa4c3d9cf86bcb750a15d7b72
parenta593481b3b41707de171d57574f8ad6b1a35d0e0 (diff)
parenta2549e27ce337b050c41443494f962f29f4bf3b6 (diff)
downloadnx-libs-16cfb8d3310d4b0e523c92ec85714adc2e7b5b38.tar.gz
nx-libs-16cfb8d3310d4b0e523c92ec85714adc2e7b5b38.tar.bz2
nx-libs-16cfb8d3310d4b0e523c92ec85714adc2e7b5b38.zip
Merge branch 'uli42-pr/hint_on_current_builds' into 3.6.x
Attributes GH PR #934: https://github.com/ArcticaProject/nx-libs/pull/934
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
index e1223d4cf..d781194b4 100644
--- a/README.md
+++ b/README.md
@@ -155,3 +155,30 @@ The only components that can be built on Windows at the time of writing are `nxc
Since this project makes use of UNIX-style symlinks, it is imperative to clone the repository using Cygwin's git binary. MSYS(2) git is not able to handle UNIX-style symlinks.
Make sure that all build utilities are Cygwin-based. Non-Cygwin binaries will bail out with errors during the build process or insert garbage.
+
+
+## Binary Builds
+
+Most major Linux distribution come with nx. However, their packages
+are often not the most current releases so we encourage you to update
+to the newest release.
+
+### Debian/Ubuntu
+You can obtain binary builds of nx-libs for Debian and Ubuntu via these apt-URLs:
+
+Debian: deb http://packages.arctica-project.org/debian {YOUR DIST VERSION} main
+Ubuntu: deb http://packages.arctica-project.org/ubuntu {YOUR DIST VERSION} main
+
+Our package server's archive key is: 0x98DE3101 (fingerprint: 7A49
+CD37 EBAE 2501 B9B4 F7EA A868 0F55 98DE 3101). Use this command to
+make APT trust our package server:
+
+ wget -qO - http://packages.arctica-project.org/archive.key | sudo apt-key add -
+
+### RedHat based
+
+For RedHat based distributions current packages can be found at
+
+https://bodhi.fedoraproject.org/updates/?packages=nx-libs
+
+Please note that these are not always current as the builds are done manually.