Files
IDHAN/docs/build.md
kj16609 eb9533d3a3
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 51s
Automated Main Deploy Action / build-and-deploy-docs (push) Successful in 19s
Cleanup and add setup readme
2025-11-02 01:03:27 -05:00

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