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
Copy file name to clipboardExpand all lines: README.md
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Install
30
30
31
31
### Source
32
32
33
-
Requirements:
33
+
Requirements (tested on macOS):
34
34
35
35
*[bash 4](https://www.gnu.org/software/bash/) - GNU Bash
36
36
*[nvm](https://github.com/creationix/nvm) - Node Version Manager
@@ -46,6 +46,40 @@ Build from source:
46
46
47
47
*Load Temporary Addon* at `dist/firephp.build/` into Firefox or Chrome.
48
48
49
+
### Notes for build reviewers
50
+
51
+
* Releases for this extension are built using [github.com/pinf-to/to.pinf.org.mozilla.web-ext](https://github.com/pinf-to/to.pinf.org.mozilla.web-ext). Build instructions for this tool are in `./workspace.sh`.
52
+
* The tool provides a runtime framework for browser extensions as well as a build tool.
53
+
* The following `./dist/firephp.build` files belong to the runtime framework and are copied into the build by the build tool:
* The following `./dist/firephp.build` files are generated by the build tool by processing source files from `./src` using instructions from `./workspace.sh`:
0 commit comments