You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can now compile your programs on BSD using the amalgamated release binaries
You can now build Cosmopolitan from source using LLVM e75ffde
You can now tune the source build to cherry pick which operating systems you want to support at compile time. By default, all seven are supported. To change that, simply redefine make CPPFLAGS=-DSUPPORT_VECTOR=0xFF which is a bitset defined by libc/dce.h. For example, -DSUPPORT_VECTOR=1 will ask Cosmopolitan's Makefile to produce conventional ELF binaries that only run on Linux.