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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,13 @@ The license in this repository only applies to my patches! The builds released u
5
5
6
6
## Status and versions
7
7
8
+
-**Release 2.53.8_2** the same as before but with webrtc enabled
8
9
-**Release 2.53.8** is configured and compiled without webrtc, since the sources doesn't include the Arm64 stuff of modern Firefox (...) that is necessary for a successfull compilation.
9
10
10
11
## Preparations and compiling yourself
11
12
12
13
- To compile Seamonkey yourself with this patches you should carefully read the [SeaMonkey Building & Source Code Documentation](https://www.seamonkey-project.org/dev/code-development)!
14
+
- make sure autoconf 2.13 is installed - on Debian: ```apt install autoconf2.13```
13
15
- Always use the [lastest version of rust/cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html), not the version of the official debian repositories!
14
16
- Create a directory like "~/Development/seamonkey"
15
17
- In this directory check out https://github.com/giampaolo/psutil or download and untar/unzip a release - i use release-5.8.0
0 commit comments