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
@@ -26,35 +27,45 @@ directory will be the location you cloned Lighthouse to during the installation
26
27
-`git checkout ${VERSION}`
27
28
-`make`
28
29
30
+
29
31
## Detailed Instructions
30
32
31
-
1. Install Rust and Cargo with [rustup](https://rustup.rs/).
32
-
- Use the `stable` toolchain (it's the default).
33
-
- Check the [Troubleshooting](#troubleshooting) section for additional
34
-
dependencies (e.g., `cmake`).
33
+
1. Install the build dependencies for your platform
34
+
- Check the [Dependencies](#dependencies) section for additional
35
+
information.
35
36
1. Clone the Lighthouse repository.
36
37
- Run `$ git clone https://github.com/sigp/lighthouse.git`
37
38
- Change into the newly created directory with `$ cd lighthouse`
38
39
1. Build Lighthouse with `$ make`.
39
-
1. Installation was successful if `$ lighthouse --help` displays the
40
-
command-line documentation.
40
+
1. The build was successful if the `lighthouse` binary exists in the `target/release` directory and `$ ./target/release/lighthouse --help` displays the command-line documentation.
41
41
42
42
> First time compilation may take several minutes. If you experience any
43
43
> failures, please reach out on [discord](https://discord.gg/cyAszAh) or
44
44
> [create an issue](https://github.com/sigp/lighthouse/issues/new).
45
45
46
-
## Windows Support
47
46
48
-
Compiling or running Lighthouse natively on Windows is not currently supported. However,
49
-
Lighthouse can run successfully under the [Windows Subsystem for Linux (WSL)][WSL]. If using
50
-
Ubuntu under WSL, you can should install the Ubuntu dependencies listed in the [Dependencies
0 commit comments