Setting Up
June 9, 2023 ยท View on GitHub
Installing Dependencies
Doxygen 1.9.3
wget https://sourceforge.net/projects/doxygen/files/rel-1.9.3/doxygen-1.9.3.linux.bin.tar.gz
tar -xvf doxygen-1.9.3.linux.bin.tar.gz
cp doxygen-1.9.3/bin/doxygen .
Get latest concord-dev
git submodule update --init --recursive
git submodule update --remote
Prepare concord-dev files for documentation
make -C concord docs
Generating Static Files
cd concord && ./doxygen
Generated files located at concord/docs/html