From cf2509e38fc3f5b9f3fb6aa72d2d1714246d21c2 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 26 Sep 2015 23:28:25 +0200 Subject: [PATCH] Update repository page, now with gcc5 packages too --- Repositories.php | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/Repositories.php b/Repositories.php index 36c3f6f..ce09dcb 100644 --- a/Repositories.php +++ b/Repositories.php @@ -32,19 +32,36 @@ include_once("includes/header.php");

All Debian and Ubuntu users can enable our repositories by installing this deb file: - kxstudio-repos.deb.
+ kxstudio-repos.deb.
You can install it manually by running this:

+# Install required dependencies if needed
+sudo apt-get install apt-transport-https software-properties-common wget
+
+# Download package file
+wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_9.2.0~kxstudio1_all.deb
+
+# Install it
+sudo dpkg -i kxstudio-repos_9.2.0~kxstudio1_all.deb
+
+ +


+ If you're using a system newer or equal to Debian Testing or Ubuntu 15.10 you'll need to enable GCC5 packages.
+ You can do so by installing this deb file - + kxstudio-repos-gcc5.deb, + or manually by running this: +

+
 # Download package file
-wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_9.1.0~kxstudio1_all.deb
+wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos-gcc5_9.2.0~kxstudio1_all.deb
 
 # Install it
-sudo dpkg -i kxstudio-repos_9.1.0~kxstudio1_all.deb
+sudo dpkg -i kxstudio-repos-gcc5_9.2.0~kxstudio1_all.deb
 


- This package contains: + These packages contain: