ladybird/Ports
Emanuel Sprung 71823a6c49 Ports: Add initial Python 3.6 port
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.
2019-11-11 22:04:16 +01:00
..
bash Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
binutils Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
curl Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
doom Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
figlet Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
gcc Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
less Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
libarchive Ports: Configure libarchive with --without-xml2 2019-11-10 13:09:35 +01:00
libexpat Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
libiconv Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
links Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
lua Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
make Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
mbedtls Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
nasm Ports: add nasm port 2019-11-09 20:52:34 +01:00
ncurses Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
nesalizer Ports: Add nesalizer NES emulator (#722) 2019-11-04 15:18:27 +01:00
nyancat Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
python-3.6 Ports: Add initial Python 3.6 port 2019-11-11 22:04:16 +01:00
quake Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
SDL2 Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
tinycc Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
vim Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
zlib Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
.port_include.sh Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
README.md Ports: Switch to new ports system (#594) 2019-09-24 08:56:39 +02:00

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