Skip to content

blueskit/goahead

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embedthis GoAhead 3.X

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/download.html

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

Packages

No packages published

Languages

  • C 65.7%
  • Objective-C 22.2%
  • Makefile 6.3%
  • HTML 3.2%
  • Scilab 1.3%
  • Shell 1.2%
  • Other 0.1%