ladybird/Documentation
sideshowbarker 570814a31e Meta: Make all pre-commit CI scripts work with Bash 3.2
This change makes all the pre-commit CI scripts runnable under Bash 3.2,
by replacing “mapfile” invocations in them code that first explicitly
creates an array, and then uses a while loop to populate the array.

Otherwise, without this change, the scripts all fail to run under Bash
3.2 — due to lack of support for “mapfile”.

Fixes https://github.com/LadybirdBrowser/ladybird/issues/283

This also drops bash from the list of homebrew dependencies in the build
instructions — because with this change, homebrew bash (v4) is no longer
needed; things will now work with the Apple-provided bash (v3.2)
2024-07-16 08:56:22 -06:00
..
Browser Meta: Update for GitHub org rename to LadybirdBrowser 2024-06-09 13:02:56 +02:00
HumanInterfaceGuidelines Documentation: Add section on Ellipses to Text.md 2023-05-23 05:59:49 +02:00
AdvancedBuildInstructions.md Everywhere: Remove GPU painter and AccelGfx 2024-07-04 14:47:02 +02:00
AndroidStudioConfiguration.md Meta: Update Documentation and CI for repo move 2024-06-03 10:53:53 +02:00
BuildInstructionsLadybird.md Meta: Make all pre-commit CI scripts work with Bash 3.2 2024-07-16 08:56:22 -06:00
BuildProfilingInstructions.md Meta: Update Documentation and CI for repo move 2024-06-03 10:53:53 +02:00
CLionCodeStyleSettings.xml Documentation: Recommend CLion code style settings over manual steps 2022-12-03 23:54:48 +00:00
CLionConfiguration.md Documentation: Update IDE docs to reference CMakePresets.json 2024-06-06 10:09:46 -06:00
CodingStyle.md Meta: Update Documentation and CI for repo move 2024-06-03 10:53:53 +02:00
EmacsConfiguration.md Meta: Add .clangd config file (with project-recommended defaults) 2024-07-09 04:40:52 -06:00
EventLoop.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
FAQ.md Documentation: Add two new FAQ entries for independence and Windows 2024-06-06 17:44:37 +02:00
HelixConfiguration.md Meta: Add .clangd config file (with project-recommended defaults) 2024-07-09 04:40:52 -06:00
NvimConfiguration.md Meta: Add .clangd config file (with project-recommended defaults) 2024-07-09 04:40:52 -06:00
Patterns.md Meta: Update Documentation and CI for repo move 2024-06-03 10:53:53 +02:00
QtCreatorConfiguration.md Documentation: Fix dead link in Qt creator page 2024-07-01 21:15:22 -04:00
README.md Documentation: Remove links to outdated guides 2024-06-05 13:05:30 -04:00
RunningTests.md CMake+CI: Remove BUILD_LAGOM=OFF option in favor of LAGOM_TOOLS_ONLY=ON 2024-06-08 07:58:11 +02:00
SelfHostedRunners.md Meta: Update for GitHub org rename to LadybirdBrowser 2024-06-09 13:02:56 +02:00
SmartPointers.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
StringFormatting.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
Troubleshooting.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
VimConfiguration.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
VSCodeConfiguration.md Documentation: Update VSCode Configuration to minimize rebuilds 2024-07-15 10:15:40 +02:00

Ladybird Documentation

Ladybird development moves quickly, so some of these might be out of date. Please let us know if something here is wrong, or submit a PR with any additions or corrections! If you have any questions that are not answered here or in the FAQ, you are welcome to ask on Discord.

Building and Running

Configuring Editors

Development

Browser/LibWeb