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

Fix Ubuntu Dependency installation script #1629

Open
Pranshu-S opened this issue Mar 10, 2024 · 5 comments
Open

Fix Ubuntu Dependency installation script #1629

Pranshu-S opened this issue Mar 10, 2024 · 5 comments
Labels
os: linux Linux-specific issue packaging Bundling openage for distribution

Comments

@Pranshu-S
Copy link

Pranshu-S commented Mar 10, 2024

Dependency installation scripts fail for Ubuntu.

sudo apt-get install g++ cmake cython3 libeigen3-dev libepoxy-dev libfontconfig1-dev libfreetype-dev libharfbuzz-dev libogg-dev libopus-dev libopusfile-dev libpng-dev libtoml11-dev python3-dev python3-mako python3-numpy python3-lz4 python3-pil python3-pip python3-pygments python3-toml qml6-module-qtquick-controls qt6-declarative-dev qt6-multimedia-dev  qml6-module-qtquick3d-spatialaudio
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libtoml11-dev
E: Unable to locate package qml6-module-qtquick-controls
E: Unable to locate package qt6-declarative-dev
E: Unable to locate package qt6-multimedia-dev
E: Unable to locate package qml6-module-qtquick3d-spatialaudio
@TheJJ
Copy link
Member

TheJJ commented Mar 10, 2024

which ubuntu version are you on?

@heinezen heinezen added os: linux Linux-specific issue packaging Bundling openage for distribution labels Mar 10, 2024
@Pranshu-S
Copy link
Author

which ubuntu version are you on?

Ubuntu 20.04.6 LTS

Is it not supported? Just saw that the pre-req steps are only for 22.04 and above.

@heinezen
Copy link
Member

Ubuntu 20.04 doesn't support Qt6 at all, so it makes sense that the dependencies fail. We currently support the Ubuntu version that's in the build instructions (Ubuntu >22.04). Is there any reason why you have not upgraded yet? If not, this might be a good time.

@Pranshu-S
Copy link
Author

Pranshu-S commented Mar 10, 2024

Thanks @heinezen for the clarification.
I think we should add a note for it here?

I'll raise a PR for the change if its alright

@heinezen
Copy link
Member

Sure, I don't think it would hurt to specify the minimum version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os: linux Linux-specific issue packaging Bundling openage for distribution
Projects
None yet
Development

No branches or pull requests

3 participants