blob: 70c5dcf51177f1d55ba11df2e7ed20ca7bcc03b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Pale Moon web browser
This is the source code for the Pale Moon web browser, an independent browser derived from Firefox/Mozilla community code. The source tree is
laid out in a "comm-central" style configuration where only the code specific to Pale Moon is kept in this repository.
The shared Goanna Rendering Engine platform source code is referenced here as a git submodule contained in the `platform/` directory and is required to build the application.
## Getting the platform sub-module
`git submodule init && git submodule update`
## Resources
* [Build Pale Moon for Windows](https://developer.palemoon.org/build/windows/)
* [Build Pale Moon for Linux](https://developer.palemoon.org/build/linux/)
* [Pale Moon home page](http://www.palemoon.org/)
* [Code of Conduct, Contributing, and Coding style](https://repo.palemoon.org/MoonchildProductions/GRE/src/branch/master/docs)
|