yhyu13 / HLVM-Engine-Doc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HLVM-Engine Doc

Setup

In the HLVM-Engine ./Document directory

git submodule update --init --recursive
./Setup.sh

Build

cd ./Doxygen && ./Build.sh && cd ..
cd ./Sphinx && ./Build.sh && cd ..

The sphinx html files are in Document/Engine/Sphinx/Build/build/html/index.html

Clean

cd ./Doxygen && ./Clean.sh && cd ..
cd ./Sphinx && ./Clean.sh && cd ..

Reference

About


Languages

Language:Python 74.0%Language:Makefile 15.7%Language:Shell 10.3%