File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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. Here's what you do on Linux:
23
23
24
24
``` sh
25
- wget https://justine.lol/cosmopolitan/cosmopolitan.zip
26
- unzip cosmopolitan.zip
25
+ wget https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-0.3 .zip
26
+ unzip cosmopolitan-amalgamation-0.3 .zip
27
27
printf ' main() { printf("hello world\\n"); }\n' > hello.c
28
28
gcc -g -Os -static -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone \
29
29
-fno-omit-frame-pointer -pg -mnop-mcount \
@@ -53,9 +53,9 @@ universal binaries possible.
53
53
Cosmopolitan can also be compiled from source on any Linux distro.
54
54
55
55
``` sh
56
- wget https://justine.lol/cosmopolitan/cosmopolitan-0.2 .tar.gz
57
- tar xf cosmopolitan-0.2 .tar.gz # see releases page
58
- cd cosmopolitan-0.2
56
+ wget https://justine.lol/cosmopolitan/cosmopolitan-0.3 .tar.gz
57
+ tar xf cosmopolitan-0.3 .tar.gz # see releases page
58
+ cd cosmopolitan
59
59
make -j16
60
60
o//examples/hello.com
61
61
find o -name \* .com | xargs ls -rShal | less
Original file line number Diff line number Diff line change @@ -564,7 +564,7 @@ static void ProgramPort(long x) {
564
564
}
565
565
566
566
static void SetDefaults (void ) {
567
- ProgramBrand ("redbean/0.2 " );
567
+ ProgramBrand ("redbean/0.3 " );
568
568
ProgramCache (-1 );
569
569
ProgramPort (DEFAULT_PORT );
570
570
serveraddr .sin_family = AF_INET ;
You can’t perform that action at this time.
0 commit comments