mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
335d0e52a4
This way, we don't (in the ports themselves) depend on perl as a public interface, which means if we ever have to, we can port to something else easier. |
||
---|---|---|
.. | ||
bash | ||
SDL2 | ||
.port_include.sh | ||
README.md |
What's this?
Serenity has software patched to run on it. These shell scripts will allow you to build that sort of software, easily. For example, if you want to install SDL2, simply run the SDL2.sh script. Note that you should have already built Serenity, and be in a Serenity build environment.
Using ports scripts
To do everything, just run the script: ./SDL2.sh
To do a single step, you can specify it: ./SDL2.sh build
How do I contribute?
Port software, and add new scripts to build it of course :)