832 B
832 B
Build steps (First time)
Note: Replace BUILD_TYPE with either Release or Debug depending on your requirements, If you are running this on the
system you are building on, use System instead
git clone https://github.com/KJNeko/FGLEngine.git --recursive
cmake -DCMAKE_BUILD_TYPE=System -B build
cmake --build build -j<THREAD COUNT> --target IDHANServer
If you want to also build the HydrusImporter you can do
cmake --build build -j<THREAD COUNT> --target IDHANServer HydrusImporter
Build steps (Update)
Tags will be in a semver format (Example: v1.0.0)
git checkout <TAG>
git pull
git submodule update --init --recursive
cmake -DCMAKE_BUILD_TYPE=System -B build
cmake --build build -j<THREAD COUNT> --target IDHANServer
Getting started
Now you can get started setting up IDHAN