Files
ladybird/Ports
Andreas Kling 1dfc66c7cc Ports: Add git port
There are various issues with this port that need to be fixed, but it's
at least possible to inspect and modify the SerenityOS repo if I clone
it into the disk image from the outside.

Very cool! :^)
2020-02-20 07:07:33 +01:00
..
2020-02-01 20:54:04 +01:00
2020-02-20 07:07:33 +01:00
2020-02-05 18:15:15 +01:00
2019-11-09 20:52:34 +01:00
2019-12-01 11:52:17 +01:00
2019-11-19 16:03:25 +01:00

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 its package.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: ./package.sh To do a single step, you can specify it: ./package.sh build

How do I contribute?

Port software, and add new scripts to build it of course :)