1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09:00

Documentation: Move editor configuration guides into a subdirectory

This makes them a bit easier to find, and also stops them cluttering up
the main documentation.
This commit is contained in:
Sam Atkins 2024-10-22 15:24:25 +01:00 committed by Andreas Kling
parent c036e87d46
commit 25441e2250
Notes: github-actions[bot] 2024-10-23 07:03:49 +00:00
11 changed files with 12 additions and 11 deletions

View file

@ -176,7 +176,7 @@ pkgman install cmake cmd:python3 ninja openal_devel qt6_base_devel qt6_multimedi
### Android:
On a Unix-like platform, install the prerequisites for that platform and then see the [Android Studio guide](AndroidStudioConfiguration.md).
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 ``Ladybird/Android``
## Build steps