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-amalgamation-0.3 .zip
26
- unzip cosmopolitan-amalgamation-0.3 .zip
25
+ wget https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-1.0 .zip
26
+ unzip cosmopolitan-amalgamation-1.0 .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 \
@@ -72,8 +72,8 @@ repository that bootstraps using a vendored static gcc9 executable.
72
72
No further dependencies are required.
73
73
74
74
``` sh
75
- wget https://justine.lol/cosmopolitan/cosmopolitan-0.3 .tar.gz
76
- tar xf cosmopolitan-0.3 .tar.gz # see releases page
75
+ wget https://justine.lol/cosmopolitan/cosmopolitan-1.0 .tar.gz
76
+ tar xf cosmopolitan-1.0 .tar.gz # see releases page
77
77
cd cosmopolitan
78
78
make -j16
79
79
o//examples/hello.com
Original file line number Diff line number Diff line change @@ -681,9 +681,9 @@ static void ProgramPort(long x) {
681
681
682
682
static void SetDefaults (void ) {
683
683
#ifdef STATIC
684
- ProgramBrand ("redbean-static/0.4 " );
684
+ ProgramBrand ("redbean-static/1.0 " );
685
685
#else
686
- ProgramBrand ("redbean/0.4 " );
686
+ ProgramBrand ("redbean/1.0 " );
687
687
#endif
688
688
__log_level = kLogInfo ;
689
689
maxpayloadsize = 64 * 1024 ;
You can’t perform that action at this time.
0 commit comments