SFTtech / openage

Free (as in freedom) open source clone of the Age of Empires II engine 🚀
http://openage.dev
Other
12.79k stars 1.13k forks source link

Ubunt Dependencies Installation Problem #1668

Open Aurora-edu opened 3 months ago

Aurora-edu commented 3 months ago

❯ 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... Done Reading state information... Done E: Unable to locate package qml6-module-qtquick3d-spatialaudio

Every other package is installed successfully except qml6-module-qtquick3d-spatialaudio

My Ubuntu version is 22.04.4

heinezen commented 3 months ago

Does it work if you leave out qml6-module-qtquick3d-spatialaudio from the command?

Aurora-edu commented 3 months ago

yes,every other item was installed successfully.

heinezen commented 3 months ago

Does the project build? What do you get when running ./configure?