banan-os/ports
Bananymous 4e15b9cdfa Ports: Add explicit -libgcc-shared for ports on 32 bit 2024-09-05 14:49:23 +03:00
..
ca-certificates Ports: Add port that downloads and install cacert to system 2024-08-22 15:10:41 +03:00
curl Ports: Make curl port use openssl 2024-08-22 15:10:41 +03:00
doom Ports: Update the port system once again! 2024-08-10 18:18:25 +03:00
ncurses Ports: Update the port system once again! 2024-08-10 18:18:25 +03:00
openssl Ports: Add openssl port 2024-08-22 15:10:41 +03: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: Add explicit -libgcc-shared for ports on 32 bit 2024-09-05 14:49:23 +03:00
update.sh Ports: Update the port system once again! 2024-08-10 18:18:25 +03: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.