Replies: 1 comment 1 reply
-
For me, this is the most exiting open source project out there lately. Thank you for the great work. 👍 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Cosmopolitan Libc makes C/C++ a build-once run-anywhere language, like Java, except it doesn't need an interpreter or virtual machine. Instead, it reconfigures stock GCC to output a POSIX-approved polyglot format that runs natively on Linux + Mac + Windows + FreeBSD + OpenBSD + NetBSD + BIOS or UEFI with the best possible performance and the tiniest footprint imaginable.
Getting Started
If you use Linux, then you can build Cosmopolitan and its included software from source as follows:
If you're doing your development work on Linux or BSD and you want to bring your own build system, then you need just five files to get started:
Features
MODE=fastbuild
and shorthand notationm=fastbuild
Bug Fixes
SIG_DFL
andSIG_IGN
C++ compatible 8cd4248Breaking changes
MODE=tiny*
builds by defaulttestonly
keywordThird Party
o//examples/script.com
can record and playback terminal screencasts on five OSes 1ad2f53sed
command is now available in third_party/sed/Community
This discussion was created from the release Cosmopolitan v2.1.
Beta Was this translation helpful? Give feedback.
All reactions