Open DarkRiderJohn opened 1 year ago
Is there way you can add this to AUR package it's easy to download?
After I release v1.1.0 I'll try to add it there
Can you teach me how to install on arch linux i tried doing npm install npm run tauri dev but it gave an error librocksdb-sys v0.8.0+7.4.4
Can you teach me how to install on arch linux i tried doing npm install npm run tauri dev but it gave an error librocksdb-sys v0.8.0+7.4.4
You need to install all of the required system dependencies. Try running these commands:
sudo pacman -Syu
sudo pacman -S --needed \
webkit2gtk \
base-devel \
curl \
wget \
openssl \
appmenu-gtk-module \
gtk3 \
libappindicator-gtk3 \
librsvg \
libvips
// clang is also required
sudo pacman -S clang
// this might be needed too
sudo pacman -s alsa-lib
I have not tested these since I don't have arch installed on any of my machines.
tauri provides easy way to build appimage so it would be nice to have that in releases
tauri provides easy way to build appimage so it would be nice to have that in releases
Good point, will do so with next release
Is there way you can add this to AUR package it's easy to download?