2
0
Fork
You've already forked sources
0
No description
  • Shell 100%
2026年04月18日 12:35:23 +05:00
src bump 2026年04月18日 12:35:23 +05:00
src.orph Add curl (finally), update readme 2026年04月08日 17:19:57 +05:00
.gitignore i was in the flow (haven't checked if it works or not yet) 2026年04月01日 16:13:43 +05:00
CONTRIBUTION informational files 2026年04月02日 00:50:18 +05:00
ebuild bump 2026年04月18日 12:35:23 +05:00
eow bump 2026年04月18日 12:35:23 +05:00
estar.sh bump 2026年04月18日 12:35:23 +05:00
README Add curl (finally), update readme 2026年04月08日 17:19:57 +05:00

avoidthissourcetree
===================
To setup build environment on voidlinux use these commands:
mkdir buildroot
sudo XBPS_ARCH=x86_64-musl XBPS_TARGET=x86_64-musl xbps-install -R https://repo-fi.voidlinux.org/current/musl -r buildroot/ -S base-container gcc perl flex bison bc openssl-devel zlib-devel git elfutils-devel make
That's pretty much it
But i recommend building libressl and sortix-libz first, then building without openssl-devel zlib-devel
Also see CONTRIBUTION file