make.com now builds the Cosmopolitan repo

This commit is contained in:
ahgamut 2022-03-20 06:19:20 +05:30
parent 39688a73e4
commit 66bffedde7
2 changed files with 5 additions and 5 deletions

View file

@ -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

Binary file not shown.