ladybird/Ports
2020-02-27 09:53:36 +01:00
..
bash
bc
binutils
byacc
c-ray
curl
diffutils
doom
ed
figlet
flex
gcc
git
grep
klong
less
libarchive
libexpat
libiconv
links
lua
m4
make
mandoc
mawk
mbedtls
mrsh
nano
nasm
ncurses
nesalizer
nyancat
openssl
pcre2
python-3.6
quake
SDL2
sed
termcap
tinycc
vim
vttest
zlib
.gitignore
.port_include.sh
build_all.sh
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 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 :)