Files
ladybird/Ports
Brian Gianforcaro 02ea193630 Ports: Add initial stress-ng port to find bugs in serenity
This is a very WIP port bringing stress-ng to SerenityOS.

stress-ng is great at doing multi-workload stress testing, this allows it to
find unique and interesting intermixed pairs of stressful operations which cause bugs.

This initial port just rips out an non applicable functionality in order to get
the port to compile.
2020-12-21 00:19:45 +01:00
..
2020-05-18 11:29:08 +02:00
2020-05-14 20:15:18 +02:00
2020-05-14 20:15:18 +02:00
2020-05-10 19:42:48 +02:00
2020-05-14 20:15:18 +02:00
2020-12-14 23:05:53 +01:00
2020-05-14 20:15:18 +02:00
2020-11-09 16:22:52 +01:00
2020-07-12 01:19:48 +02:00
2020-09-10 19:57:38 +02:00
2020-09-07 13:34:44 +02:00
2020-12-15 01:06:18 +01:00
2020-05-14 20:15:18 +02:00
2020-09-27 01:02:11 +02:00
2020-05-14 20:15:18 +02:00
2020-10-13 13:53:17 +02:00
2020-05-14 20:15:18 +02:00
2020-05-02 14:12:07 +02:00
2020-05-14 20:15:18 +02:00
2020-05-14 20:15:18 +02:00
2020-05-10 19:41:35 +02:00
2020-03-14 22:25:22 +01:00
2020-09-27 01:02:11 +02: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 :)