Files
ladybird/Ports
joshua stein 73c953b674 Build: get rid of UseIt.sh
The build system uses relative paths to the toolchain binaries, so
modifying $PATH is no longer necessary, and nothing needs
$SERENITY_ROOT anymore.
2019-12-20 23:55:08 +01:00
..
2019-12-10 16:24:47 +01:00
2019-12-07 13:14:08 +01:00
2019-11-16 12:50:50 +01:00
2019-11-09 20:52:34 +01:00
2019-11-15 10:30:00 +01:00
2019-12-06 19:45:32 +01:00
2019-12-01 11:52:17 +01:00
2019-11-19 16:03:25 +01:00
2019-12-20 23:55:08 +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 :)