mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Remove unnecessary answer to non-asked question in FAQ
By this point of time, we already have x86-64 support and have removed i686 support too. Since we are not the only OS project to remove 32-bit support entirely and 64-bit computing is the norm for modern personal computers, there's no need to explain this as it's obvious "why we are 64-bit only".
This commit is contained in:
parent
adfda6a271
commit
7ca71959e1
Notes:
sideshowbarker
2024-07-17 00:53:02 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/7ca71959e1 Pull-request: https://github.com/SerenityOS/serenity/pull/18112 Reviewed-by: https://github.com/BenWiederhake ✅ Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/kleinesfilmroellchen ✅
1 changed files with 0 additions and 4 deletions
|
@ -16,10 +16,6 @@ There are no ISO images. This project does not cater to non-technical users.
|
|||
|
||||
Simple, my friend! Just refer to the [build instructions](BuildInstructions.md).
|
||||
|
||||
## Why is the system 64-bit only?
|
||||
|
||||
The system was originally 32-bit only, since that's what Andreas was most familiar with when starting out. Nowadays, we only support 64-bit CPUs (Intel/AMD x86\_64).
|
||||
|
||||
## I did a `git pull` and now the build is broken! What do I do?
|
||||
|
||||
If it builds on CI, it should build for you too. You may need to rebuild the toolchain. If that doesn't help, try it with a clean repo.
|
||||
|
|
Loading…
Reference in a new issue