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
All code, patches, modified portions of imported code or patches, and
@@ -24,23 +77,34 @@ licensed under their [BSD 3-Clause license](LICENSE.ungoogled_chromium)).
24
77
To build the binary, run `scripts/docker-build.sh` from the repo root.
25
78
26
79
The `scripts/docker-build.sh` script will:
27
-
1. Create a Docker image of a Debian-based building environment with all required packages (llvm, nodejs and distro packages) included.
80
+
1. Create a Docker image of a Debian-based building environment with all
81
+
required packages (llvm, nodejs and distro packages) included.
28
82
2. Run `scripts/build.sh` inside the Docker image to build Helium.
29
83
30
-
Running `scripts/build.sh` directly will not work unless you're running a Debian-based distro and have all necessary dependencies installed. This repo is designed to avoid having to configure the building environment on your Linux installation.
84
+
Running `scripts/build.sh` directly will not work unless you're running a
85
+
Debian-based distro and have all necessary dependencies installed. This repo is
86
+
designed to avoid having to configure the building environment on your Linux
87
+
installation.
31
88
32
89
### Packaging
33
-
After building, run `scripts/package.sh`. Alternatively, you can run `package/docker-package.sh` to build inside a Docker image. Either of these scripts will create `tar.xz` and `AppImage` files under `build/`.
90
+
After building, run `scripts/package.sh`. Alternatively, you can run
91
+
`package/docker-package.sh` to build inside a Docker image. Either of these
92
+
scripts will create `tar.xz` and `AppImage` files under `build/`.
34
93
35
-
If you would like to also generate a .deb file, you can set `MAKE_DEB=1` when running the release script.
94
+
If you would like to also generate a .deb file, you can set`MAKE_DEB=1` when
95
+
running the release script.
36
96
37
97
### Development
38
-
By default, the build script uses tarball. If you need to use a source tree clone, you can run `scripts/docker-build.sh -c` instead. This may be useful if a tarball for a release isn't available yet.
98
+
By default, the build script uses tarball. If you need to use a source tree
99
+
clone, you can run `scripts/docker-build.sh -c` instead. This may be useful if
0 commit comments