Embedthis Appweb
The fast, little web server for embedded applications.
Branches
The repository has three branches:
- master - Most recent release of the software.
- dev - Current ongoing development.
Licensing
See LICENSE.md for details.
To read documentation:
See https://embedthis.com/appweb/doc/index.html
Building
You can build with make or with MakeMe.
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 MakeMe:
./configure
me
For a list of configure options:
./configure --help
To run
make run
or
me run
To install:
sudo make install
or
sudo me install
To uninstall
sudo make uninstall
or
sudo me uninstall
To test:
me test
