Update Configuring_TRICK_with_Civetweb.md

This commit is contained in:
Scott Fennell 2022-03-14 12:47:01 -05:00 committed by GitHub
parent ee2cc527c8
commit ddac875ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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