-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Illegal instruction #18
Comments
I do get the same thing compiling from source, but looking again at the requirements: |
I havent seen any requirements on the readme. Where did you find it? |
Cookie viewer, editor, and support for cookie filters (QtWebEngine 5.11+ only) Both under features in README, and it requires Qt5.9 to build based on the CMakeLists.txt from source. Get Qtset(QT_VERSION_MIN "5.9.0") |
Thanks for bringing this to my attention. Qt 5.15 should be 100% compatible with this project. |
None that I'm aware of, well I removed it since it couldn't start up and run. It's not so easy for me to do it quickly because I have no coding background and experience. Had to make few trials and errors so the package manager could compile and pack it with no error. Btw you mention to run ENABLE_TESTING in CMakeLists.txt but I couldn't see where is applicable. |
@LeFroid Theres no Missing dependency. Whats the exact Debian name for |
@danrobi11 It should be ‘libqt5quickwidgets5’ on Debian. Ignore the ENABLE_TESTING flag, that is for code coverage, unit and integration testing for developers. |
I do have libqt5quickwidgets5 v5.11.3-4 Heres the output
CMakeFiles/CMakeError.log:
|
According to your build guide I don't see a "make install", is that unnecessary? After make then the whole directory in build/src/app would be all I need? |
@danrobi11 Can you install Thank you both for your patience |
E: Unable to locate package libqt5quickwidgets5-dev I've tried again with: Viper_Browser-eec5d9f-x86_64.AppImage Heres the output:
With: Viper_Browser--x86_64.AppImage
|
The output from the AppImage indicates that the contents of the AppImage were compiled on a "too new" system, at least newer than what you were running when you were runing the AppImage. |
I get a
Illegal instruction
when I launch the browser.OS: MX 19.3 (patito feo) x86_64 based Debian GNU/Linux 10 (buster)
SysV init version: 2.93
Kernel: 4.19.0-9-amd64
Xorg v1:7.7+19
WM: Spectrwm
The text was updated successfully, but these errors were encountered: