mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
33d6d640d3
Increases the number of successfully building ports from 27 to 36 (of 56) on my system. |
||
---|---|---|
.. | ||
bash | ||
bc | ||
binutils | ||
byacc | ||
c-ray | ||
curl | ||
dash | ||
diffutils | ||
doom | ||
dropbear | ||
ed | ||
editline | ||
figlet | ||
flex | ||
frotz | ||
gcc | ||
git | ||
gnuplot | ||
grep | ||
jot | ||
klong | ||
less | ||
libarchive | ||
libexpat | ||
libiconv | ||
libpuffy | ||
links | ||
lua | ||
m4 | ||
make | ||
mandoc | ||
mawk | ||
mbedtls | ||
mrsh | ||
nano | ||
nasm | ||
ncurses | ||
neofetch | ||
nesalizer | ||
nyancat | ||
openssl | ||
patch | ||
pcre2 | ||
printf | ||
python-3.6 | ||
quake | ||
rsync | ||
SDL2 | ||
sed | ||
sl | ||
termcap | ||
tinycc | ||
tr | ||
vim | ||
vttest | ||
zlib | ||
zstd | ||
.gitignore | ||
.port_include.sh | ||
build_all.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 :)