mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-07 02:10:27 +00:00
make.com now builds the Cosmopolitan repo
This commit is contained in:
parent
39688a73e4
commit
66bffedde7
2 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -66,16 +66,16 @@ universal binaries possible.
|
|||
|
||||
## Source Builds
|
||||
|
||||
Cosmopolitan can be compiled from source on any Linux distro. GNU make
|
||||
needs to be installed beforehand. This is a freestanding hermetic
|
||||
repository that bootstraps using a vendored static gcc9 executable.
|
||||
No further dependencies are required.
|
||||
Cosmopolitan can be compiled from source on any Linux distro. This
|
||||
is a freestanding hermetic repository that bootstraps using a
|
||||
vendored GNU Make Actually Portable Executable and static gcc9
|
||||
executable. No further dependencies are required.
|
||||
|
||||
```sh
|
||||
wget https://justine.lol/cosmopolitan/cosmopolitan-1.0.tar.gz
|
||||
tar xf cosmopolitan-1.0.tar.gz # see releases page
|
||||
cd cosmopolitan
|
||||
make -j16
|
||||
build/bootstrap/make.com -j16
|
||||
o//examples/hello.com
|
||||
find o -name \*.com | xargs ls -rShal | less
|
||||
```
|
||||
|
|
BIN
build/bootstrap/make.com
Executable file
BIN
build/bootstrap/make.com
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue