The fast, little web server for embedded applications.
The repository has three branches:
- master - Most recent release of the software.
- lts - Most recent LTS release of the software.
- dev - Current ongoing development.
See LICENSE.md for details.
See https://embedthis.com/appweb/doc/index.html
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.
make
You can pass make variables to tailor the build. For a list of variables:
make help
./configure
me
For a list of configure options:
./configure --help
make run
or
me run
sudo make install
or
sudo me install
sudo make uninstall
or
sudo me uninstall
me test