Linux Mint'te MangoHud nasıl kurulur?

Kod:
#!/bin/sh
sudo apt update && sudo apt upgrade -y
sudo apt install lazarus -y
sudo apt install git -y
git clone --recurse-submodules https://github.com/flightlessmango/MangoHud.git cd MangoHud
./build.sh build
./build.sh package
./build.sh install
cd .. rm -rf MangoHud
git clone https://github.com/DadSchoorse/vkBasalt.git
cd vkBasalt
meson --buildtype=release --prefix=/usr builddir
ninja -C builddir install
cd .. rm -rf vkBasalt
git clone https://github.com/benjamimgois/goverlay.git
cd goverlay lazbuild -B goverlay.lpi
sudo mv goverlay /usr/games/
cd .. rm -rf goverlay

Yukarıdaki kodları text editor'e yapıştırıp "sh" dosyası olarak kaydedin. Örnek olarak mangohud.sh olabilir. Ardından Terminal üzerinde chmod +x mangohud.sh ve sonrasında ./mangohud.sh komutuyla kurulumu başlatın.
 

Geri
Yukarı