serenity/Documentation
Daniel Bertalan 075ce53d14 AK: Fix Clang 18 -Wdeprecated-literal-operator warning
The proper syntax for defining user-defined literals does not require a
space between the `operator""` token and the operator name:

> error: identifier 'sv' preceded by whitespace in a literal operator
>        declaration is deprecated
2023-08-19 11:07:12 +02:00
..
Browser
HumanInterfaceGuidelines
Kernel Documentation: Update the kernel development guide on FixedStringBuffer 2023-08-12 11:46:38 -06:00
AdvancedBuildInstructions.md Everywhere: Add RISC-V 64 target to the build system 2023-08-18 08:37:43 -06:00
BareMetalInstallation.md
BuildInstructions.md Documentation: Remove qemu-system-x86 from explicit dependencies on Arch 2023-08-18 10:20:25 +02:00
BuildInstructionsLadybird.md
BuildInstructionsMacOS.md
BuildInstructionsOther.md Documentation: Add dependencies for alpine linux 2023-08-18 15:54:39 +02:00
BuildInstructionsWindows.md
BuildProfilingInstructions.md
CLion_Add_Configuration.png
CLion_Add_Configuration_Existing.png
CLionCodeStyleSettings.xml
CLionConfiguration.md
CodingStyle.md
EmacsConfiguration.md
EventLoop.md Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
FAQ.md
HardwareCompatibility.md
HelixConfiguration.md
HighDPI.md
Links.md
NetworkBoot.md
NvimConfiguration.md
Patterns.md AK: Fix Clang 18 -Wdeprecated-literal-operator warning 2023-08-19 11:07:12 +02:00
QEMU_Components.png
QtCreatorConfiguration.md
README.md Documentation: Fix typo in Spice documentation filename 2023-07-31 20:01:56 +01:00
RunningOnRaspberryPi.md
RunningTests.md
SelfHostedRunners.md
SmartPointers.md
SpiceIntegration.md Documentation: Fix typo in Spice documentation filename 2023-07-31 20:01:56 +01:00
StringFormatting.md
Tftpd32_Dhcp.png
Tftpd32_Serving.png
Tftpd32_Tftp.png
TransferringFiles.md
Troubleshooting.md Documentation: Add instructions to disable OpenSSL legacy renegotiation 2023-08-07 11:14:34 -06:00
VimConfiguration.md
VirtualBox.md
VirtualBox_Creation_Reference.png
VMware.md
VSCodeConfiguration.md
WebServer_localhost.jpg
WHPX_Feature.png
Xcode_ladybird_Scheme.png

SerenityOS Documentation

Serenity 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.

A list of useful pages across the web can be found on the link list.

Building and Running

OS-specific

Make sure to read the basic Build Instructions first.

Running on Hardware

Configuring Editors

Development

File and Data Formats

Browser/LibWeb

Kernel

Applications

Documentation for SerenityOS applications and utilities can be found in the man pages.