mirror of
https://gitlab.com/niansa/simpsh-httpd.git
synced 2025-03-06 20:53:36 +01:00
17 lines
726 B
Markdown
17 lines
726 B
Markdown
# simpsh-httpd C port
|
|
Need more performance? Even though this ports memory usage is everything but optimized, it'll probably be a lot more efficient than the original bash version.
|
|
|
|
## Requirments
|
|
* tcc
|
|
|
|
# Hint
|
|
Connection specific configuration option will have to be applied to the config.sh instead of the config.c!
|
|
|
|
## Installation (dynmic way, but slower)
|
|
Copy the main.sh from this directory to the parent directory; changes to configuration will be applied dynamically
|
|
|
|
## Installation (static way, fastest)
|
|
Run `tcc ./main.c -o ../main.sh` from this directory; needs to be done every time configuration is changed
|
|
|
|
## Uninstallation
|
|
Run `git stash` from the parent directory; **this will reset your configuration!!!**
|