LeFroid / Viper-Browser

A lightweight Qt5 web browser using QtWebEngine
GNU General Public License v3.0
215 stars 21 forks source link

building viper (cmake) #37

Open lucyferu opened 1 year ago

lucyferu commented 1 year ago

hello,

im just trying to build viper, as i read is a very good lightweight browser, on this old netbook on mine on which i just installed arch linux 32.

however, im not sure how to go on with the installation once reached the cmake command. what should i add to that command basically? i can't really get it from the readme and im not knowledgeable enough to sort it our by myself.

hope someone can help. 😃

pmahala commented 3 weeks ago

I maybe late for this but I think the reason you can't build is because Arch lacks packages from the qt6 family and also in my case cmake-base-package was also missing

So you need to "sudo pacman -S qt6" and select the qt6 base package, and then keep on reading the error message during build process and it will indicate other packages belonging to the same qt6 family of packages that also went missing..