Documentation: Add build instructions for FreeBSD
This commit is contained in:
parent
060e8518b4
commit
9d26caf0d5
1 changed files with 6 additions and 0 deletions
|
|
@ -183,6 +183,12 @@ choco install pkgconfiglite -y
|
|||
On a Unix-like platform, install the prerequisites for that platform and then see the [Android Studio guide](EditorConfiguration/AndroidStudioConfiguration.md).
|
||||
Or, download a version of Gradle >= 8.0.0, and run the ``gradlew`` program in ``UI/Android``
|
||||
|
||||
### FreeBSD
|
||||
|
||||
```
|
||||
pkg install autoconf-archive automake autoconf bash cmake curl gmake gn libtool libxcb libxkbcommon libX11 libXrender libXi nasm ninja patchelf pkgconf python3 qt6-base qt6-multimedia unzip zip
|
||||
```
|
||||
|
||||
## Build steps
|
||||
|
||||
### Using ladybird.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue