Update Configuring_TRICK_with_Civetweb.md

closes #1239
This commit is contained in:
Scott Fennell 2022-03-14 11:32:53 -05:00 committed by GitHub
parent 270fa52a54
commit ee2cc527c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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