[SOLVED] -current and lutris 0.5.9 (dirty)
by trite from LinuxQuestions.org on (#5P1SD)
Hello!
I just wanted to share my notes on lutris on current and with regards to my previous thread: https://www.linuxquestions.org/quest...-a-4175647567/
Here is how I got it working on my recently upgraded system:
Code:
#https://sourceforge.net/projects/wine/files/Slackware%20Packages/6.16/x86_64/wine-6.16-x86_64-1sg.txz/download
upgradepkg --install new wine-6.16-x86_64-1sg.txz
sbopkg -> libseccomp
json-glib
geoclue2
hyphen
libwebp
brotli
ninja
woff2
lxml
, process and build
wget https://packages.slackonly.com/pub/packages/current-x86_64/libraries/webkit2gtk/webkit2gtk-2.16.6-x86_64-2_slonly.txz
upgradepkg --install-new webkit2gtk-2.16.6-x86_64-2_slonly.txz
#https://gitlab.com/gbschenkel/slackbuilds/-/tree/current/libraries/gnome-desktop
./gnome-desktop.slackbuilds
upgradepkg --install-new /tmp/gnome-desktop-40.2-x86_64-1_SBo.tgz
git clone https://github.com/lutris/lutris.git
./bin/lutrisIts a bit dirty with precompiled packages from 3rd partys, but it works... I think?
if anyone has solution to slackbuilds script feel free to tell (all the ones I downloaded didnt work in slackbuilds, or is too old)
maybe I should actually get down into the pre-built packages docs and try to build it myself but im lazy by nature... how do you install lutris?
I just wanted to share my notes on lutris on current and with regards to my previous thread: https://www.linuxquestions.org/quest...-a-4175647567/
Here is how I got it working on my recently upgraded system:
Code:
#https://sourceforge.net/projects/wine/files/Slackware%20Packages/6.16/x86_64/wine-6.16-x86_64-1sg.txz/download
upgradepkg --install new wine-6.16-x86_64-1sg.txz
sbopkg -> libseccomp
json-glib
geoclue2
hyphen
libwebp
brotli
ninja
woff2
lxml
, process and build
wget https://packages.slackonly.com/pub/packages/current-x86_64/libraries/webkit2gtk/webkit2gtk-2.16.6-x86_64-2_slonly.txz
upgradepkg --install-new webkit2gtk-2.16.6-x86_64-2_slonly.txz
#https://gitlab.com/gbschenkel/slackbuilds/-/tree/current/libraries/gnome-desktop
./gnome-desktop.slackbuilds
upgradepkg --install-new /tmp/gnome-desktop-40.2-x86_64-1_SBo.tgz
git clone https://github.com/lutris/lutris.git
./bin/lutrisIts a bit dirty with precompiled packages from 3rd partys, but it works... I think?
if anyone has solution to slackbuilds script feel free to tell (all the ones I downloaded didnt work in slackbuilds, or is too old)
maybe I should actually get down into the pre-built packages docs and try to build it myself but im lazy by nature... how do you install lutris?