serenity/Ports
Andreas Kling 813deaed45 Ports: Remove now-unnecessary DOOM patch
Now that we're building our own DOOM fork, we don't need any patches.
2019-09-14 10:55:18 +02:00
..
bash
binutils
curl Ports: Add "curl" port :^) 2019-08-29 11:40:39 +02:00
doom Ports: Remove now-unnecessary DOOM patch 2019-09-14 10:55:18 +02:00
figlet
gcc
less
links
lua
make Ports: Add GNU make 4.2! :^) 2019-07-21 19:26:02 +02:00
mbedtls Ports: mbedtls 2019-08-04 18:54:12 +02:00
ncurses Ports/ncurses: Unbreak patch so we can build with latest ncurses master 2019-08-25 11:43:48 +02:00
nyancat Ports: Add "nyancat" port :^) 2019-09-06 20:34:21 +02:00
SDL2
vim
.port_include.sh Ports: Always export Serenity's GCC and G++ in the build environment 2019-09-06 20:33:18 +02:00
README.md

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 :)