Open Aurora-edu opened 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
Does it work if you leave out qml6-module-qtquick3d-spatialaudio from the command?
qml6-module-qtquick3d-spatialaudio
yes,every other item was installed successfully.
Does the project build? What do you get when running ./configure?
./configure
❯ 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