djemos / sli

SLI (Salix-live installer) is a GUI to install or copy the live system (based on GTK+2). Slackware-live is a dependency for SLI.
0 stars 1 forks source link

SLI (Slackel-Live installer) is a GUI to install on internal or external SSD disk or USB stick (real installation) or copy the live system on a USB stick (frugal installation). It is written in C, Glade and GTK+2. Slackware-live is a dependency for SLI. This is SLI (Salix-Live installer) GUI version for salix changed a bit because there is no root on salix.

The SLKBUILD source package and binary can be found on The SLKBUILD source package can be found on http://people.salixos.org/djemos/salix/sli/1.2.5/ To build the package fakeroor slkbuild -X To install the package sudo spkg sli-1.2.5-x86_64-1dj.txz or sudo installpkg sli-1.2.5-x86_64-1dj.txz

If you want to build from the source in hrere in git: SLI use the CMake construction system. So, cmake has to be installed if it is not ( sudo slapt-get -u && sudo slapt-get -i cmake)

The installation procedure is: 1) download the sources git clone https://github.com/djemos/sli.git 2) cd sli 3) sh maketxz.sh 4) Install the package sudo spkg sli-1.2.5-x86_64-1dj.txz or sudo installpkg sli-1.2.5-x86_64-1dj.txz

Copyright (C) 2014-2022 Dimitris Tzemos dijemos@gmail.com This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at http://www.gnu.org/licenses/ for more details.