mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Documentation: Adjust default TARGET to x86_64 in the documentation
This commit is contained in:
parent
39fc7359d4
commit
c4bc889346
Notes:
sideshowbarker
2024-07-17 10:08:28 +09:00
Author: https://github.com/0xxFF 🔰 Commit: https://github.com/SerenityOS/serenity/commit/c4bc889346 Pull-request: https://github.com/SerenityOS/serenity/pull/16540
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ Run the following command to build and run SerenityOS:
|
|||
Meta/serenity.sh run
|
||||
```
|
||||
|
||||
This will compile all of SerenityOS and install the built files into the `Build/i686/Root` directory inside your Git
|
||||
This will compile all of SerenityOS and install the built files into the `Build/x86_64/Root` directory inside your Git
|
||||
repository. It will also build a disk image and start SerenityOS using QEMU.
|
||||
|
||||
Note that the `anon` user is able to become `root` without a password by default, as a development convenience.
|
||||
|
|
|
@ -7,7 +7,7 @@ print_help() {
|
|||
NAME=$(basename "$ARG0")
|
||||
cat <<EOF
|
||||
Usage: $NAME COMMAND [TARGET] [TOOLCHAIN] [ARGS...]
|
||||
Supported TARGETs: aarch64, i686, x86_64, lagom. Defaults to SERENITY_ARCH, or i686 if not set.
|
||||
Supported TARGETs: aarch64, i686, x86_64, lagom. Defaults to SERENITY_ARCH, or x86_64 if not set.
|
||||
Supported TOOLCHAINs: GNU, Clang. Defaults to SERENITY_TOOLCHAIN, or GNU if not set.
|
||||
Supported COMMANDs:
|
||||
build: Compiles the target binaries, [ARGS...] are passed through to ninja
|
||||
|
|
Loading…
Reference in a new issue