Skip to content

Commit

Permalink
Add a script to build the wiki
Browse files Browse the repository at this point in the history
Will help to maintain it up-to-date
  • Loading branch information
tbarbette committed Jul 28, 2023
1 parent 5e9418b commit d053be6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/build_wiki.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
./configure CXXFLAGS="-std=gnu++11" --enable-user-multithread --disable-verbose-batch --enable-simtime --disable-clone --enable-dpdk --enable-all-elements --enable-flow --enable-batch --enable-ctx --enable-cpu-load --enable-rsspp --enable-flow-api --with-netmap=../netmap/sys/ --enable-user-timestamp
make -C doc install-man-markdown O=$(pwd)/../fastclick.wiki/elements

0 comments on commit d053be6

Please sign in to comment.