Build and install commands
This commit is contained in:
parent
86015cf583
commit
b593eda015
5
cmd.txt
Normal file
5
cmd.txt
Normal file
@ -0,0 +1,5 @@
|
||||
cc -static -g -W -Wall -o build/vars vars.c
|
||||
doas install -o www -g www -m 0500 build/vars /var/www/cgi-bin/
|
||||
|
||||
cc -static -g -W -Wall -o build/vars_kcgi vars_kcgi.c -I/usr/local/include -L/usr/local/lib -lkcgi -lkcgihtml -lz
|
||||
doas install -o www -g www -m 0500 build/vars_kcgi /var/www/cgi-bin/
|
Loading…
Reference in New Issue
Block a user