banan-os/ports
Bananymous 8c569ac7bf 2500th COMMIT: ports: Add gcc port
I've had this laying around locally for a while. binutils was not
working so I didn't feel like this was worth pushing. My new stdio FILE
buffering rewrite fixed binutils and now gcc actually works!
2025-01-25 18:40:16 +02:00
..
binutils ports: Add binutils port 2025-01-25 18:40:16 +02:00
ca-certificates Ports: Add port that downloads and install cacert to system 2024-08-22 15:10:41 +03:00
curl ports: Update curl port 2025-01-24 19:23:33 +02:00
doom ports/doom: Fix patch calling exit() to actually do what it says 2024-12-01 02:28:50 +02:00
gcc 2500th COMMIT: ports: Add gcc port 2025-01-25 18:40:16 +02:00
gmp ports: Add gmp port 2025-01-25 18:40:04 +02:00
mpc ports: Add mpc port 2025-01-25 18:40:16 +02:00
mpfr ports: Add mpfr port 2025-01-25 18:40:08 +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
zstd ports: Add zstd port 2025-01-24 19:23:33 +02: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.