Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bash install script for Ubuntu 24.04 #263

Open
SirNoName2705 opened this issue Jun 4, 2024 · 2 comments
Open

Bash install script for Ubuntu 24.04 #263

SirNoName2705 opened this issue Jun 4, 2024 · 2 comments

Comments

@SirNoName2705
Copy link

It is not perfect, but as I was searching for this, I did not find one.
You need to run it with sudo.
Some packages are installed that are not needed for it, but idk anymore which one and if you searching for this you are probably trying to install steamtinkerinstall as well.

It is not important where you execute that script.

#!/bin/bash
temp_dir="yad-dialog-code"
apt -y install autoconf intltool automake meson libsystemd-dev pkg-config ninja-build git libdbus-1-dev libinih-dev build-essential libgtk-3-dev libgtk-3-0
git clone https://github.com/v1cont/yad.git "$temp_dir"
cd "$temp_dir"
autoreconf -ivf && intltoolize
./configure && make && make install
cd ..
rm -R "$temp_dir"
@Z0mb1ee
Copy link

Z0mb1ee commented Jun 25, 2024

thank you for the script. couldn't get yad to install and when i tried your script it worked like a charm.

@mikkeyboi
Copy link

Simple and straightforward, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants