diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2020-06-18 18:17:00 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2020-06-18 18:17:56 +0200 |
commit | a2549e27ce337b050c41443494f962f29f4bf3b6 (patch) | |
tree | eadf589be4ea9f4fa4c3d9cf86bcb750a15d7b72 | |
parent | a593481b3b41707de171d57574f8ad6b1a35d0e0 (diff) | |
download | nx-libs-a2549e27ce337b050c41443494f962f29f4bf3b6.tar.gz nx-libs-a2549e27ce337b050c41443494f962f29f4bf3b6.tar.bz2 nx-libs-a2549e27ce337b050c41443494f962f29f4bf3b6.zip |
README.md: Add a "Binary Builds" section
-rw-r--r-- | README.md | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -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. |