glib gio2 soup2 xxhash
Notice: xxhash
may can not found in some of OS software source. It could be compile&install manual xxhash
install: Debian command (example)
sudo apt install git cmake make gcc libgio2.0-cil-dev libsoup2.4-cil-dev libsoup2.4-dev libxxhash-dev
make -j$(nproc)
Install doxygen
and graphviz
(Debian):
sudo apt install doxygen graphviz
Generate code documents:
cd dfcc/
doxygen Doxy.conf
And docs would output at dfcc/docs/src_docs
. As html
and latex
format.
Write some docs?