ladybird/Ports
2019-05-30 15:27:56 +02:00
..
bash Ports: Replace run_command use in bash with a run_replace_in_file helper 2019-05-28 11:03:18 +02:00
binutils Ports: Build binutils from tarball instead of git. 2019-05-30 13:59:24 +02:00
gcc Ports: Add gcc-8.3.0 port :^) 2019-05-30 15:27:56 +02:00
less Port: less 2019-05-29 05:39:03 +02:00
links Ports: Add links 2019-05-28 20:06:47 +02:00
lua LibM LibC: add fixes for Lua port. 2019-05-29 16:03:51 +02:00
ncurses Ports: Vim and ncurses 2019-05-28 20:05:22 +02:00
SDL2 Move everything to a subdirectory 2019-05-28 03:07:18 +02:00
vim Ports: Vim and ncurses 2019-05-28 20:05:22 +02:00
.port_include.sh Ports: Add links 2019-05-28 20:06:47 +02:00
README.md Add the start of a simple ports infrastructure 2019-05-28 00:21:14 +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 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 :)