-
Notifications
You must be signed in to change notification settings - Fork 10
Install
Eugene Wissner edited this page Nov 19, 2016
·
1 revision
Full Slackware installation is required. You can skip kde, kdei and xfce.
In the directory base/ you can find the file compile-order. Build and install all the files on that list.
Alternative we have developed a build system that makes everything easier. It reads the compile-order file and builds and installs everything on that list.
git clone https://github.com/Dlackware/dlackware
cd dlackware
git checkout 0.3
./dlackware.SlackBuild
upgradepkg --install-new /var/cache/dlackware/dlackware-*-noarch-*_dlack.txz
git clone https://github.com/Dlackware/gnome
cd gnome
git checkout 3.22/14.2
git submodule update --init
Edit /etc/dlackware.conf and set DLACK_REPOS_ROOT
to the directory with the cloned gnome repository.
dlackware build
After the first round systemd should be installed. Reboot now:
reboot
Now Gnome can be build. Edit /etc/dlackware.conf and uncomment the second line with DLACK_REPOS
.
Run again:
dlackware build
It will take some time but you should end with the built desktop. Reboot again and you can start using Gnome.