mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
Documentation: Add instructions for experimental native Windows build
Co-Authored-By: pheonixfirewingz <luke.a.shore@proton.me>
This commit is contained in:
parent
60283ed392
commit
5e090b359c
Notes:
github-actions[bot]
2024-10-11 03:49:45 +00:00
Author: https://github.com/pheonixfirewingz Commit: https://github.com/LadybirdBrowser/ladybird/commit/5e090b359cd Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1695 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/AtkinsSJ Reviewed-by: https://github.com/nico Reviewed-by: https://github.com/vitalyster
1 changed files with 16 additions and 1 deletions
|
@ -135,6 +135,10 @@ brew install qt
|
|||
|
||||
### Windows:
|
||||
|
||||
WSL2 is the supported way to build Ladybird on Windows. An experimental native build is being setup but does not fully
|
||||
build.
|
||||
|
||||
#### WSL2
|
||||
- Create a WSL2 environment using one of the Linux distros listed above. Ubuntu or Fedora is recommended.
|
||||
|
||||
- Install the required packages for the selected Linux distro in the WSL2 environment.
|
||||
|
@ -143,7 +147,18 @@ WSL1 is known to have issues. If you run into problems, please use WSL2.
|
|||
|
||||
MinGW/MSYS2 are not supported.
|
||||
|
||||
Native Windows builds are not supported.
|
||||
##### Clang-CL (experimental)
|
||||
|
||||
> [!NOTE]
|
||||
> This only gets the cmake to configure. There is still a lot of work to do in terms of getting it to build.
|
||||
|
||||
In order to get pkg-config available for the vcpkg install, you can use Chocolatey to install it.
|
||||
To install Chocolatey, see `https://chocolatey.org/install`.
|
||||
|
||||
Then Install pkg-config using chocolatey.
|
||||
```
|
||||
choco install pkgconfiglite -y
|
||||
```
|
||||
|
||||
### OpenIndiana:
|
||||
|
||||
|
|
Loading…
Reference in a new issue