d@cosmos:~/tilp2-1.18$ ./configure
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."
If you can fix that or explain what to do to get it to work, I'd be able to tell other Slackware users how to compile it, or I could submit Tilp2 to SlackBuilds.org so anyone can automatically build & install the package with a quasi-official package manager.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the build using the standard script from the Github debrouxl/tilp_and_gfm repo, for which an official shortlink is https://ti-pla.net/tilpinst , works for me.
As I wrote on IRC, where I saw your lines after being notified about this topic, performing manual dependency resolution, a.k.a playing whack-a-mole on missing dependencies, wasn't much fun - but at least it's done, and it shall end up in the next update of install_tilp.sh in the Git repo.
Does the above install solve whatever the issue on your computer, shown by that unusual error message, was - or do you still get the same errors as dTal ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you can fix that or explain what to do to get it to work, I'd be able to tell other Slackware users how to compile it, or I could submit Tilp2 to SlackBuilds.org so anyone can automatically build & install the package with a quasi-official package manager.
In a Docker container run thusly:
docker run -it --rm vbatts/slackware:14.2
after running
slackpkg install git gcc binutils make pkgconfig autoconf automake libtool glib2 zlib libusb gtk+2 libglade gettext bison flex groff texinfo xdg-utils libarchive intltool xz ca-certificates libmpc glibc cyrus-sasl curl perl m4 less kernel-headers pkg-config guile gc libffi libcroco libxml2 lzo nettle acl eudev pango cairo pixman fontconfig freetype libpng harfbuzz expat mesa libdrm libX11 xproto kbproto libxcb libpthread-stubs libXau libXdmcp libXext xextproto libXdamage damageproto libXfixes fixesproto libXxf86vm xf86vidmodeproto libXrender renderproto gdk-pixbuf2 atk libxshmfence libXinerama libXi libXrandr libXcursor libXcomposite
the build using the standard script from the Github debrouxl/tilp_and_gfm repo, for which an official shortlink is https://ti-pla.net/tilpinst , works for me.
As I wrote on IRC, where I saw your lines after being notified about this topic, performing manual dependency resolution, a.k.a playing whack-a-mole on missing dependencies, wasn't much fun - but at least it's done, and it shall end up in the next update of install_tilp.sh in the Git repo.
Does the above install solve whatever the issue on your computer, shown by that unusual error message, was - or do you still get the same errors as dTal ?