zhangbo 39e23a982e New Lan config interface %!s(int64=5) %!d(string=hai) anos
..
doc b1192753ed Use goahead-3.6.5 replace goahead-5.1.0 %!s(int64=5) %!d(string=hai) anos
installs b1192753ed Use goahead-3.6.5 replace goahead-5.1.0 %!s(int64=5) %!d(string=hai) anos
paks b1192753ed Use goahead-3.6.5 replace goahead-5.1.0 %!s(int64=5) %!d(string=hai) anos
projects 39e23a982e New Lan config interface %!s(int64=5) %!d(string=hai) anos
src 39e23a982e New Lan config interface %!s(int64=5) %!d(string=hai) anos
test c15b947420 upload fn %!s(int64=5) %!d(string=hai) anos
CONTRIBUTING.md b1192753ed Use goahead-3.6.5 replace goahead-5.1.0 %!s(int64=5) %!d(string=hai) anos
LICENSE.md b1192753ed Use goahead-3.6.5 replace goahead-5.1.0 %!s(int64=5) %!d(string=hai) anos
Makefile b1192753ed Use goahead-3.6.5 replace goahead-5.1.0 %!s(int64=5) %!d(string=hai) anos
README.md b1192753ed Use goahead-3.6.5 replace goahead-5.1.0 %!s(int64=5) %!d(string=hai) anos
configure b1192753ed Use goahead-3.6.5 replace goahead-5.1.0 %!s(int64=5) %!d(string=hai) anos
main.me b1192753ed Use goahead-3.6.5 replace goahead-5.1.0 %!s(int64=5) %!d(string=hai) anos
make.bat b1192753ed Use goahead-3.6.5 replace goahead-5.1.0 %!s(int64=5) %!d(string=hai) anos
package.json b1192753ed Use goahead-3.6.5 replace goahead-5.1.0 %!s(int64=5) %!d(string=hai) anos
说明.txt 55a3fe40f9 New User interface %!s(int64=5) %!d(string=hai) anos

README.md

Embedthis GoAhead 3.X

Build
Status

The most popular little embedded web server.

Licensing

See LICENSE.md for details and read:

https://embedthis.com/goahead/licensing.html

Building

You can build with Make or with MakeMe. MakeMe is quicker and more flexible. To install MakeMe, download it from https://embedthis.com/makeme/

To build with make:

make

You can pass make variables to tailor the build. For a list of variables:

make help

To build with nmake on Windows:

WinMake

To build with MakeMe:

./configure
me

For a list of configure options:

./configure --help

To run:

me run

To install:

sudo make install

or

sudo me install

To uninstall

sudo make uninstall

or

sudo me uninstall

To test:

me test

Resources