lenosisnickerboa / csgosl

A CSGO server launcher, one-click install & run
GNU General Public License v3.0
378 stars 40 forks source link

Manjaro compatibility #359

Closed xoth42 closed 11 months ago

xoth42 commented 11 months ago

On manjaro, trying to set up with csgosl, original problem still stands. pamac & tcl installed, guide followed up until that point, but I run into a problem with $ sudo pamac build tkimg net-tools-debian-ifconfig

Warning: Building packages as dynamic user Warning: Setting build directory to /var/cache/pamac Error: target not found: net-tools-debian-ifconfig

looking up net-tools-debian-ifconfig brings nothing on AUR. out of spite I try to start csgosl and am met with this:

./csgosl.sh can't find package Img while executing "package require Img" (file "bin/csgosl.tcl" line 7)

Any response or direction for fix would help.

Originally posted by @xoth42 in https://github.com/lenosisnickerboa/csgosl/issues/202#issuecomment-1744112448

xoth42 commented 11 months ago

Nevermind, just need tkimg package from aur:

$ yay -S tkimg

^ got gui to work