mirror of
https://github.com/nasa/trick.git
synced 2024-12-21 22:17:51 +00:00
ee2cc527c8
closes #1239
543 B
543 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 lib
mkdir lib
mv $libcivetweb.a lib
Configuring Trick with Civetweb
cd $(TRICK_HOME)
./configure --with-civetweb=$(CIVETWEB_HOME)
make clean
make