mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 23:08:31 +00:00
Update readme to recommend nightlies
This commit is contained in:
parent
42fbcff149
commit
837ff6cb49
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ If you're doing your development work on Linux or BSD then you need just
|
||||||
five files to get started. Here's what you do on Linux:
|
five files to get started. Here's what you do on Linux:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
wget https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-1.0.zip
|
wget https://justine.lol/cosmopolitan/cosmopolitan.zip
|
||||||
unzip cosmopolitan-amalgamation-1.0.zip
|
unzip cosmopolitan.zip
|
||||||
printf 'main() { printf("hello world\\n"); }\n' >hello.c
|
printf 'main() { printf("hello world\\n"); }\n' >hello.c
|
||||||
gcc -g -Os -static -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone \
|
gcc -g -Os -static -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone \
|
||||||
-fno-omit-frame-pointer -pg -mnop-mcount \
|
-fno-omit-frame-pointer -pg -mnop-mcount \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue