djemos / slackel-live-installer

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

SLI (Slackel-Live installer) is a GUI to install to internal or external SSD disk or USB stick or copy the live system to a USB stick (frugal installation) (based on GTK+3). It is written in C, glade and GTK+3. Slackware-live is a dependency for SLI.

The SLKBUILD source package and binary can be found on http://www.slackel.gr/repo/source/slackel-source/slackware-live-installer-1.2.6/ To build the package fakeroot slkbuild -X To install the package sudo spkg sli-1.2.6-x86_64-1dj.txz or sudo installpkg sli-1.2.6-x86_64-1dj.txz

If you want to build from the source in here 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/slackel-live-installer.git 2) cd slackel-live-installer 3) sh maketxz.sh 4) Install the package sudo spkg sli-1.2.6-x86_64-1dj.txz or sudo installpkg sli-1.2.6-x86_64-1dj.txz

Copyright (C) 2014-2024 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.