-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install on Arch linux #113
Comments
you can edit "tauri.conf.json" file, change for more information, you can see this document. |
maybe some depends was not need for release package. "depends": [
"libwebkit2gtk-4.0-dev",
"build-essential",
"curl",
"wget",
"libssl-dev",
"libgtk-3-dev",
"libayatana-appindicator3-dev",
"librsvg2-dev"
], for xx-dev and build-essential may superfluous。 "depends": [
"curl",
"wget"
], just try it. sudo pacman -Syu
sudo pacman -S --needed \
webkit2gtk \
base-devel \
curl \
wget \
openssl \
appmenu-gtk-module \
gtk3 \
libappindicator-gtk3 \
librsvg \
libvips |
I've tried this, and it worked flawlessly on my machine, thanks for the help |
After it was finished building, the file became .deb, after that, I converted it using debtap deb to zst, then installed using pacman -U, but the installation failed and needs some dependency, does this not support arch linux?
The text was updated successfully, but these errors were encountered: