tauri-apps/tauri

Running "Hello World" example on Ubuntu fails

Resonanz opened this issue · 1 comments

Describe the bug

git clone of the 2.02 version or Tauri.

cargo run --release --example helloworld required an ENORMOUS 649 crates !!!

The following warnings were emitted during compilation:

warning: soup3-sys@0.5.0: 

error: failed to run custom build command for `soup3-sys v0.5.0`

Reproduction

As above.

Expected behavior

It should compile or have instructions in the README.md.

Full tauri info output

The following warnings were emitted during compilation:

warning: soup3-sys@0.5.0: 

error: failed to run custom build command for `soup3-sys v0.5.0`

Caused by:
  process didn't exit successfully: `/home/resonanz/Github/tauri/target/release/build/soup3-sys-d98c7a7748251da5/build-script-build` (exit status: 1)


### Stack trace

_No response_

### Additional context

_No response_