2019-05-28 01:02:29 +03: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.
|
2019-09-24 09:56:39 +03:00
|
|
|
For example, if you want to install SDL2, simply run its package.sh script.
|
2019-05-28 01:02:29 +03:00
|
|
|
Note that you should have already built Serenity, and be in a Serenity build environment.
|
|
|
|
|
|
|
|
# Using ports scripts
|
|
|
|
|
2019-09-24 09:56:39 +03:00
|
|
|
To do everything, just run the script: `./package.sh`
|
|
|
|
To do a single step, you can specify it: `./package.sh build`
|
2019-05-28 01:02:29 +03:00
|
|
|
|
|
|
|
# How do I contribute?
|
|
|
|
|
|
|
|
Port software, and add new scripts to build it of course :)
|