ladybird/Documentation
sideshowbarker ea15484700 Documentation: List ncurses as a build dependency
Problem: “configure: error: libncurses, libcurses, libtermcap or
libtinfo is required!” local-build failure in vcpkg libedit compilation.

Cause: dfb2656 replaced the in-tree LibLine with libedit, which vcpkg
builds, and libedit’s configure needs system ncurses (or termcap/tinfo).

Fix: Add the ncurses dev package to dependency lists for distros that
ship it separately: libncurses-dev on Debian/Ubuntu, and ncurses-devel
on Fedora/openSUSE/Void — and into the dev-container install scripts.
(Arch and macOS already ship the necessary headers.)

Fixes https://github.com/LadybirdBrowser/ladybird/issues/9946
2026-06-07 12:05:42 +12:00
..
EditorConfiguration Documentation+Meta: Remove references to nonexistent Toolchain directory 2026-04-21 06:56:32 -04:00
HumanInterfaceGuidelines Documentation: Remove SerenityOS references where appropriate 2024-11-23 14:29:48 +01:00
Images Documentation+Tests: Optimize PNGs using optipng 2026-02-23 13:45:04 +01:00
AddNewIDLFile.md LibWeb: Treat support IDLs like normal bindings inputs 2026-05-10 20:11:46 +02:00
AdvancedBuildInstructions.md Meta: Remove configure-clangd.sh 2026-04-23 12:36:08 -04:00
BrowsingContextsAndNavigables.md Documentation: Flatten the Browser/ directory 2024-10-23 09:02:46 +02:00
BuildInstructionsLadybird.md Documentation: List ncurses as a build dependency 2026-06-07 12:05:42 +12:00
BuildProfilingInstructions.md Meta: Update Documentation and CI for repo move 2024-06-03 10:53:53 +02:00
CodePolicy.md Everywhere: Update contribution guidelines 2026-06-05 10:20:15 +02:00
CodingStyle.md Meta: Move linter helpers to a subdirectory 2026-04-23 07:31:19 -04:00
CSSGeneratedFiles.md Documentation: Refer to correct directory for CSS code generators 2026-06-05 20:23:24 +02:00
CSSProperties.md LibWeb: Remove FooOrCalculated classes 2026-03-30 14:05:10 +01:00
DevTools.md Documentation: Fix grammar error 2025-08-20 14:48:29 +02:00
EventLoop.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
FAQ.md Everywhere: Update contribution guidelines 2026-06-05 10:20:15 +02:00
GettingStartedContributing.md Everywhere: Update contribution guidelines 2026-06-05 10:20:15 +02:00
GtkFrontend.md Documentation: Add GTK UI build prerequisites and style guide 2026-04-17 11:17:56 -04:00
LibWebFromLoadingToPainting.md LibWeb: Move and rename CSSStyleValue to StyleValues/StyleValue.{h,cpp} 2025-08-08 15:19:03 +01:00
LibWebPatterns.md LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Patterns.md Everywhere: Rename serenity_main to ladybird_main 2025-07-08 09:17:16 -04:00
Porting.md Documentation: Fix capitalization of "Windows" 2025-08-06 21:17:49 -06:00
ProcessArchitecture.md Documentation: Remove SerenityOS references where appropriate 2024-11-23 14:29:48 +01:00
README.md Everywhere: Update contribution guidelines 2026-06-05 10:20:15 +02:00
RequestServerWireLogging.md RequestServer: Add diagnostic wire-activity logging 2026-04-26 17:59:52 +02:00
SmartPointers.md Documentation: Remove extra <hr>s from the smart pointers reference 2024-08-17 11:51:06 -06:00
StringFormatting.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
Testing.md Meta: Move Lagom CMakeLists stuff to the top level CMakeLists 2026-03-29 13:59:11 -06:00
Troubleshooting.md CMake+CI: Use the same preset names on every platform 2026-01-17 12:18:46 -07: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. 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