-
Notifications
You must be signed in to change notification settings - Fork 34
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
[Linux] failed compilation of dependency: javascriptcore-rs #18
Comments
Can you try and see if the AUR package works? The dependency in question is |
AUR package works (there is a different bug on login, but it compiles and runs) |
@Houkime did you get it to work? I was able to run it without issues on PopOS |
|
Following the AUR building with And finally if the |
OS: Arch Linux (6.4.1 kernel)
/usr/lib/libjavascriptcoregtk-4.0.so is present as a part of webkit2gtk (btw, list it as a dep maybe)
but it misses a pkg-config file so the compilation fails because it depends on it.
Tried:
cargo build --release
output:
The text was updated successfully, but these errors were encountered: