trick/docs/documentation/web/Configuring_TRICK_with_Civetweb.md
2022-03-14 11:32:53 -05:00

543 B

Configuring Trick with Civetweb

To configure Trick to support the civetweb web server, you'll need to

  1. Download Civetweb from Github. Where you put the Civetweb directory will be designated as $(CIVETWEB_HOME).

  2. Build the Civetweb library.

  3. Configure Trick.

Building the Civetweb Library

cd $(CIVETWEB_HOME)
make lib
mkdir lib
mv $libcivetweb.a lib

Configuring Trick with Civetweb

cd $(TRICK_HOME)
./configure --with-civetweb=$(CIVETWEB_HOME)
make clean
make