diff --git a/README.md b/README.md index d26ee11..195edcf 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ That sould be it. Have fun! * Works on nearly all POSIX-compliant OSes * Can be run in the background and as a service * IPv6-enabled +* Now with 100% more (Cosmopolitan libc)[http://justine.lol/cosmopolitan/] support! ## Installation @@ -194,6 +195,13 @@ $ make $ sudo make install ``` +You can also build using the +(Cosmopolitan libc)[http://justine.lol/cosmopolitan/], which will +make an executable capable of running on Linux, OpenBSD, FreeBSD, +Mac... out of the box. To do so, build with the `COSMO` flag. +It will produce `feuille` and `feuille.com`, the former being the +debug binary, and the former the portable one. + If you wish to make a debug build, you can set `DEBUG` to whatever comes to your mind. @@ -201,7 +209,7 @@ You can also set `CC` to the compiler of your liking, like `clang` or `pcc`. ```console -$ make DEBUG=yes CC=clang +$ make COSMO=y DEBUG=y CC=clang ``` In order to compile CGI script(s), run: diff --git a/config.mk b/config.mk index fe5e177..d6b25f7 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # feuille version -VERSION = 2.0.1 +VERSION = 2.1.0 # paths (customize them to fit your system) PREFIX = /usr/local diff --git a/feuille.1 b/feuille.1 index 596d7f3..f90ddb6 100644 --- a/feuille.1 +++ b/feuille.1 @@ -14,7 +14,7 @@ . ftr VB CB . ftr VBI CBI .\} -.TH "feuille" "1" "November 2022" "feuille 2.0.1" "" +.TH "feuille" "1" "November 2022" "feuille 2.1.0" "" .hy .SH NAME .PP