mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 21:54:40 +03:00
71823a6c49
This port is experimental and not all pythom modules are working. But this is an initial shot which can be further worked on, as SerenityOS gets more mature. :^) The main limitation is that locales, threading and time related functions are not working. |
||
---|---|---|
.. | ||
bash | ||
binutils | ||
curl | ||
doom | ||
figlet | ||
gcc | ||
less | ||
libarchive | ||
libexpat | ||
libiconv | ||
links | ||
lua | ||
make | ||
mbedtls | ||
nasm | ||
ncurses | ||
nesalizer | ||
nyancat | ||
python-3.6 | ||
quake | ||
SDL2 | ||
tinycc | ||
vim | ||
zlib | ||
.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 :)