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

Contents

  1. 1Installing Dependencies
  2. 1.1Doxygen 1.9.3
  3. 2Get latest concord-dev
  4. 3Prepare concord-dev files for documentation
  5. 4Generating Static Files