Open Source fork of the Bluegriffon Web Editor based on the rendering engine of Firefox
-
Required:
-
- Python 2.7 or above (cannot be python 3)
- Rust
-
Make sure you have the necessary dependencies that can build firefox: Windows, macOS X, Linux
-
Clone gecko-dev from github and do the following:
git clone https://github.com/mozilla/gecko-dev maxus-sourcecd maxus-sourcegit clone https://github.com/xkfs/maxus -
update the mozilla tree
git reset --hard `cat maxus/config/gecko_dev_revision.txt`patch -p 1 < maxus/config/gecko_dev_content.patchpatch -p 1 < maxus/config/gecko_dev_idl.patch -
create a
.mozconfigfile inside yourmaxus-sourcedirectory.
./mach build
./mach run
./mach package