zhangbo 2954b8653a Merge branch 'master' of https://gogs.storlead.com/zhangbo/GD32F450_BMC_BaseCode преди 3 години
..
doc f5c9921491 Add Chassis Indentify преди 4 години
installs f5c9921491 Add Chassis Indentify преди 4 години
paks f5c9921491 Add Chassis Indentify преди 4 години
projects f5c9921491 Add Chassis Indentify преди 4 години
src 2954b8653a Merge branch 'master' of https://gogs.storlead.com/zhangbo/GD32F450_BMC_BaseCode преди 3 години
test 9f74ae51b5 jimbo submit преди 3 години
CONTRIBUTING.md f5c9921491 Add Chassis Indentify преди 4 години
LICENSE.md f5c9921491 Add Chassis Indentify преди 4 години
Makefile f5c9921491 Add Chassis Indentify преди 4 години
README.md f5c9921491 Add Chassis Indentify преди 4 години
configure f5c9921491 Add Chassis Indentify преди 4 години
main.me f5c9921491 Add Chassis Indentify преди 4 години
make.bat f5c9921491 Add Chassis Indentify преди 4 години
package.json f5c9921491 Add Chassis Indentify преди 4 години
说明.txt f5c9921491 Add Chassis Indentify преди 4 години

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