ladybird/Ports
Sergey Bugaev c96c33624d Ports: Build gcc with -j $(nproc)
GCC is a huge project that takes a lot of time to build; let's at least
make this a little less painful by using all the available CPU cores.
2019-12-23 14:55:17 +01:00
..
bash Ports: Make sure Bash loads its built-in commands statically 2019-11-19 16:03:25 +01:00
binutils Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
c-ray Ports: C-ray rendering engine 2019-12-10 16:24:47 +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: Build gcc with -j $(nproc) 2019-12-23 14:55:17 +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
m4 Ports: Add m4 port (#856) 2019-12-07 13:14:08 +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
nano Port: Nano 2019-11-16 12:50:50 +01:00
nasm Ports: add nasm port 2019-11-09 20:52:34 +01:00
ncurses Ports: Build ncurses with --with-termlib 2019-11-16 13:18:43 +01:00
nesalizer Ports: Update nesalizer port to use Serenity fork 2019-12-08 20:04:59 +01:00
nyancat Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
openssl Ports: Add openssl package 2019-11-15 10:30:00 +01:00
python-3.6 Ports: check for native python3 installation, add build script 2019-11-25 11:57:18 +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
termcap Ports: Add termcap port 2019-12-06 19:45:32 +01:00
tinycc Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
vim Ports: Upgrade the vim port to build with more features :^) 2019-11-17 21:03:41 +01:00
vttest Ports: vttest 2019-12-01 11:52:17 +01:00
zlib Ports: Undo POSIX sh compliance changes for now 2019-11-03 10:05:02 +01:00
.gitignore Ports: Fix ignoring patches 2019-11-19 16:03:25 +01:00
.port_include.sh Ports: Do not download sources if they're already present 2019-12-23 14:55:17 +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 :)