mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-10 03:40:29 +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
|
## Source Builds
|
||||||
|
|
||||||
Cosmopolitan can be compiled from source on any Linux distro. GNU make
|
Cosmopolitan can be compiled from source on any Linux distro. This
|
||||||
needs to be installed beforehand. This is a freestanding hermetic
|
is a freestanding hermetic repository that bootstraps using a
|
||||||
repository that bootstraps using a vendored static gcc9 executable.
|
vendored GNU Make Actually Portable Executable and static gcc9
|
||||||
No further dependencies are required.
|
executable. No further dependencies are required.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
wget https://justine.lol/cosmopolitan/cosmopolitan-1.0.tar.gz
|
wget https://justine.lol/cosmopolitan/cosmopolitan-1.0.tar.gz
|
||||||
tar xf cosmopolitan-1.0.tar.gz # see releases page
|
tar xf cosmopolitan-1.0.tar.gz # see releases page
|
||||||
cd cosmopolitan
|
cd cosmopolitan
|
||||||
make -j16
|
build/bootstrap/make.com -j16
|
||||||
o//examples/hello.com
|
o//examples/hello.com
|
||||||
find o -name \*.com | xargs ls -rShal | less
|
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