File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ If you're doing your development work on Linux or BSD then you need just
22
22
five files to get started:
23
23
24
24
``` sh
25
- wget https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-0.1. 2.zip
26
- unzip cosmopolitan-amalgamated-0.1. 2.zip
25
+ wget https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-0.2.zip
26
+ unzip cosmopolitan-amalgamated-0.2.zip
27
27
echo ' main() { printf("hello world\n"); }' > hello.c
28
28
gcc -g -O -static -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone \
29
29
-o hello.com.dbg hello.c -fuse-ld=bfd -Wl,-T,ape.lds \
@@ -41,9 +41,9 @@ universal binaries possible.
41
41
Cosmopolitan can also be compiled from source on any Linux distro.
42
42
43
43
``` sh
44
- wget https://justine.lol/cosmopolitan/cosmopolitan-0.1. 2.tar.gz
45
- tar xf cosmopolitan-0.1. 2.tar.gz # see releases page
46
- cd cosmopolitan-0.1. 2
44
+ wget https://justine.lol/cosmopolitan/cosmopolitan-0.2.tar.gz
45
+ tar xf cosmopolitan-0.2.tar.gz # see releases page
46
+ cd cosmopolitan-0.2
47
47
make -j16
48
48
o//examples/hello.com
49
49
find o -name \* .com | xargs ls -rShal | less
You can’t perform that action at this time.
0 commit comments