Files
banan-os/ports
Bananymous bad3b8b3e2 ports/binutils: Fix compilation when zstd is installed
binutils uses pkg-config to find zstd for the host when building. If our
zstd port is installed, it finds it instead and ends up including our
own sysroot which is incompatible with host's.

unsetting pkg-config related variables fixes this and allows binutils to
build fine even when zstd is installed. We can now make it a dependency.
2025-08-11 14:07:37 +03:00
..
2025-08-05 03:47:52 +03:00
2025-07-31 22:47:29 +03:00
2025-05-29 00:31:40 +00:00
2025-06-28 20:52:20 +03:00
2025-08-05 03:09:24 +03:00
2025-06-11 16:02:00 +03:00
2025-08-05 03:09:24 +03:00
2025-06-28 20:48:13 +03:00
2025-07-31 22:47:40 +03:00
2025-07-22 14:11:09 +03:00
2025-08-07 16:43:05 +03:00
2025-08-11 14:07:37 +03:00
2025-06-06 17:41:59 +03:00
2025-06-28 20:54:45 +03:00
2025-08-11 14:07:37 +03:00
2025-06-28 20:54:45 +03:00
2025-06-28 20:48:13 +03:00
2025-08-07 16:28:09 +03:00

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.