Enjoy Slackware 15.0!
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
studioware:quick_start [2014/02/25 00:44 (UTC)] dive [2) Installation] |
studioware:quick_start [2017/02/24 22:03 (UTC)] dive [1) Preinstallation Tasks] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Introduction ====== | ====== Introduction ====== | ||
+ | To install our slackbuilds we have an application to help the process. | ||
- | There are a few ways of installing studioware applications. We have both pre-built packages | + | To make the process |
- | To make the process | + | You will need around 12GB of free space to build all the packages in a full install. |
+ | ===== 1) Preinstallation Tasks ===== | ||
- | ===== 1) Preparing | + | * Install JDK or OpenJDK. AlienBob has packages here: http:// |
+ | * Create Avahi user and group (for 14.2 onward): | ||
+ | groupadd -g 214 avahi\\ | ||
+ | useradd -u 214 -g 214 -c " | ||
+ | Install fltk (for audio/ | ||
+ | ===== 2) Preparing Sepkg ===== | ||
- | First you need to grab the latest versions and install | + | First you need to grab the latest versions and install |
- | http:// | + | http:// |
- | http:// | + | |
- | # installpkg studiopkg-VERSION-noarch-TAG.txz\\ | + | < |
# installpkg sepkg-VERSION-noarch-TAG.txz | # installpkg sepkg-VERSION-noarch-TAG.txz | ||
+ | </ | ||
- | Next step is to check that they are both pointing at the right branch. | + | Next step is to check that it is pointing at the right branch. |
- | + | ||
- | Edit / | + | |
- | + | ||
- | SWVERSION=14.1 | + | |
- | + | ||
- | The ARCH is worked out automatically. | + | |
- | + | ||
- | You can also set CHECKGPG=ON or OFF for your needs. We recommend ON. | + | |
Edit / | Edit / | ||
- | Once that is done they need to fetch the latest file lists from our servers using the -u flag. Additionally studiopkg needs to import our gpg key: | + | Once that is done we need to fetch the latest file lists from our servers using the -u flag. |
- | studiopkg gpg\\ | + | < |
- | studiopkg | + | sepkg -u |
- | sepkg -u\\ | + | </ |
You should now be able to build/ | You should now be able to build/ | ||
- | ===== 2) Installation ===== | + | ===== 3) Installation ===== |
We have three main categories of applications: | We have three main categories of applications: | ||
- | If you want a certain category - say audio, then you can use either studiopkg or sepkg to download and build/ | + | If you want a certain category - say audio - then you can use sepkg to download and build/ |
- | + | ||
- | studiopkg -q audio\\ | + | |
- | or\\ | + | |
- | sepkg -q audio\\ | + | |
- | When using studiopkg it will check the package md5 and gpg. If these are wrong you may need to retry the download and/or delete the cache using the delete-cache option. It will prompt for retry download. If it keeps throwing up an error then please contact us with the details. | + | < |
- | <note important> | ||
===== 3) Done ===== | ===== 3) Done ===== | ||
Line 56: | Line 50: | ||
\\ | \\ | ||
- | * Originally written by [[wiki: | + | |
<!-- * Contributions by [[wiki: | <!-- * Contributions by [[wiki: | ||