mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
cd235ce27d
This is a very basic mbedtls port. I've disabled the networking bits, since they want some macros that we don't have defined. We might not even want the networking functions anyway, since they wouldn't play very nice with CEventLoop and friends. |
||
---|---|---|
.. | ||
bash | ||
binutils | ||
figlet | ||
gcc | ||
less | ||
links | ||
lua | ||
make | ||
mbedtls | ||
ncurses | ||
SDL2 | ||
vim | ||
.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 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 :)