mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
parent
270fa52a54
commit
ee2cc527c8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user