From bcebf21cbb3008150e656455d81465e341ea322e Mon Sep 17 00:00:00 2001 From: Scott Fennell Date: Mon, 14 Mar 2022 13:09:05 -0500 Subject: [PATCH] Update Configuring_TRICK_with_Civetweb.md #1239 --- docs/documentation/web/Configuring_TRICK_with_Civetweb.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/documentation/web/Configuring_TRICK_with_Civetweb.md b/docs/documentation/web/Configuring_TRICK_with_Civetweb.md index 98109f4b..36e2ffae 100644 --- a/docs/documentation/web/Configuring_TRICK_with_Civetweb.md +++ b/docs/documentation/web/Configuring_TRICK_with_Civetweb.md @@ -9,6 +9,7 @@ To configure Trick to support the civetweb web server, you'll need to ### Building the Civetweb Library ```bash cd $(CIVETWEB_HOME) +mkdir lib make install-lib PREFIX=. CAN_INSTALL=1 WITH_WEBSOCKET=1 ``` ### Configuring Trick with Civetweb