mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
39190402e4
Previously we were only able to build with --with-features=small. Thanks to all the compatibility work done in the kernel and LibC over the last couple of months, we can now build --with-features=normal. It's not the biggest deal in the world, but it's pretty nice to see this kind of progress! |
||
---|---|---|
.. | ||
bash | ||
binutils | ||
curl | ||
doom | ||
figlet | ||
gcc | ||
less | ||
libarchive | ||
libexpat | ||
libiconv | ||
links | ||
lua | ||
make | ||
mbedtls | ||
nano | ||
nasm | ||
ncurses | ||
nesalizer | ||
nyancat | ||
openssl | ||
python-3.6 | ||
quake | ||
SDL2 | ||
tinycc | ||
vim | ||
zlib | ||
.gitignore | ||
.port_include.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 :)