Update Configuring_TRICK_with_Civetweb.md

#1239
This commit is contained in:
Scott Fennell 2022-03-14 13:09:05 -05:00 committed by GitHub
parent ddac875ead
commit bcebf21cbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ To configure Trick to support the civetweb web server, you'll need to
### Building the Civetweb Library ### Building the Civetweb Library
```bash ```bash
cd $(CIVETWEB_HOME) cd $(CIVETWEB_HOME)
mkdir lib
make install-lib PREFIX=. CAN_INSTALL=1 WITH_WEBSOCKET=1 make install-lib PREFIX=. CAN_INSTALL=1 WITH_WEBSOCKET=1
``` ```
### Configuring Trick with Civetweb ### Configuring Trick with Civetweb