projectacrn/acrn-hypervisor

Cannot build configurator without installing some dependencies

dongpingx opened this issue · 0 comments

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.