mirror of
https://github.com/nasa/trick.git
synced 2025-03-11 15:04:14 +00:00
600 B
600 B
Configuring Trick with Civetweb
To configure Trick to support the civetweb web server, you'll need to
-
Download Civetweb from Github. Where you put the Civetweb directory will be designated as $(CIVETWEB_HOME).
-
Build the Civetweb library:
-
Configure Trick
Building the Civetweb Library
cd $(CIVETWEB_HOME)
make build
make WITH_ALL=1
mv $(CIVETWEB_HOME)/output/build/src/libcivetweb.a $(CIVETWEB_HOME)/lib
Configuring Trick with Civetweb
cd $(TRICK_HOME)
./configure --with-civetweb=$(CIVETWEB_HOME)
make clean
make