java-cef
java-cef copied to clipboard
use installed cef instead of rebuilding again
Original report by solo turn (Bitbucket: solo turn).
can you please give some hints how java-cef could be compiled against a centrally installed cef? as cef is rather big it would be helpful.
i packaged it for arch linux and it works:
https://aur.archlinux.org/packages/java-cef-git/
but if i try to use an already existing version: https://aur.archlinux.org/packages/cef-minimal it does not work. ii thought it might be linked to how it is built. so i used only files from /opt/java-cef and copied parts from /opt/java-cef/bin into /opt/cef/Release. then it segfaults.
You would need to install the specific version of CEF required by your libjcef binary build.
Original changes by solo turn (Bitbucket: solo turn).
- edited description