You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Personally, I had to disable sandboxing when compiling, because of some access violation. This was done by adding ac_add_options --disable-sandbox to the compilation config.
I also had to change some size_t to std::size_t to make my newer compiler happy.
Debian buster (Andreas)
build and install gtk+ 3.20.10 https://download.gnome.org/sources/gtk+/3.20/gtk+-3.20.10.tar.xz (I got errors the debian version of gtk3+ was too low)
NOTE: installing gtk+3.20 seems to break some debian stuff (nautilus) - so ideally don't do a blunt "make install". I personally made make uninstall afterwards to fix nautilus.
Then git clone firefox repo branch from github