You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When building acrn configurator from source code on Ubuntu24.04, you wont find libwebkit2gtk-4.0-dev for it had been removed by Canonical. You should install it by wgetting from Ubuntu's repository because Tauri need that dependency.
Platform
Ubuntu24.04
Codebase
ACRN-v3.3
Scenario
All
To Reproduce
1.Follow Tauri's guide: adding the following line to /etc/apt/sources.list: deb http://gb.archive.ubuntu.com/ubuntu jammy main, then doing: sudo apt update sudo apt install libwebkit2gtk-4.0-dev
2.build again: make clean && make configurator
Expected behavior
acrn configurator should be build from source code on Ubuntu24.04 without errors
Additional context
When using Ubuntu22.04 as your platform to build acrn configurator, it works fine.
The text was updated successfully, but these errors were encountered:
dongpingx
changed the title
Cannot build without installing some dependencies
Cannot build configurator without installing some dependencies
Jul 23, 2024
Describe the bug
When building acrn configurator from source code on Ubuntu24.04, you wont find libwebkit2gtk-4.0-dev for it had been removed by Canonical. You should install it by wgetting from Ubuntu's repository because Tauri need that dependency.
Platform
Ubuntu24.04
Codebase
ACRN-v3.3
Scenario
All
To Reproduce
1.Follow Tauri's guide: adding the following line to /etc/apt/sources.list:
deb http://gb.archive.ubuntu.com/ubuntu jammy main
, then doing:sudo apt update sudo apt install libwebkit2gtk-4.0-dev
2.build again:
make clean && make configurator
Expected behavior
acrn configurator should be build from source code on Ubuntu24.04 without errors
Additional context
When using Ubuntu22.04 as your platform to build acrn configurator, it works fine.
The text was updated successfully, but these errors were encountered: