banan-os/ports
Bananymous 3ae6ffdb01 ports/tcc: Create usr/include/sys/ucontext.h
This file does not have to contain anything, tcc just requires that it
exists.
2024-12-08 20:42:04 +02:00
..
ca-certificates Ports: Add port that downloads and install cacert to system 2024-08-22 15:10:41 +03:00
curl ports/curl: remove libcurl.la file and use /dev/urandom 2024-12-03 20:29:38 +02:00
doom ports/doom: Fix patch calling exit() to actually do what it says 2024-12-01 02:28:50 +02:00
ncurses Ports: Update the port system once again! 2024-08-10 18:18:25 +03:00
openssl ports/openssl: Add support for shared libraries 2024-12-03 01:46:59 +02:00
quake2 ports: Add quake2 port (+two years of banan-os!) 2024-11-14 12:47:30 +02:00
tcc ports/tcc: Create usr/include/sys/ucontext.h 2024-12-08 20:42:04 +02:00
vim Ports: Update the port system once again! 2024-08-10 18:18:25 +03:00
zlib Ports: Add zlib port 2024-08-22 15:10:41 +03:00
.gitignore BuildSystem: Rewrite port compilation system 2024-08-05 15:20:18 +03:00
README.md Ports: Update port building instructions 2024-08-11 17:58:10 +03:00
install.sh ports: Allow using banan-os cmake toolchain file for ports 2024-12-03 20:29:38 +02:00

README.md

Ports

Here are all of the ports for banan-os.

Building

Run the build script in the directory of the wanted port.

cd ports/<port name>
./build.sh

Port will be installed to the disk image and is usable when running banan-os for the next time.