summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-12-16 13:30:48 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-12-16 13:30:48 -0500
commit3d5a69a191906dfe349e679e3586f60805427b02 (patch)
tree0d6c3134fc678684bb0db9abe2eaa248d704efab /README.md
parentdb902e77e2442e5fdc4a54d4de6cdf2b65c80320 (diff)
downloadbasilisk-3d5a69a191906dfe349e679e3586f60805427b02.tar.gz
Add Comm Build System
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..cc755b1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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 Unified XUL 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://forum.palemoon.org/viewtopic.php?f=19&t=13556)
+ * [Build Pale Moon for Linux](https://developer.palemoon.org/Developer_Guide:Build_Instructions/Pale_Moon/Linux)
+ * [Pale Moon home page](http://www.palemoon.org/)
+ * [Code of Conduct, Contributing, and UXP Coding style](https://github.com/MoonchildProductions/UXP/tree/master/docs)