Skip to content

docs: add build instructions to README#174

Open
kimjune01 wants to merge 3 commits into
encounter:mainfrom
kimjune01:add-build-instructions
Open

docs: add build instructions to README#174
kimjune01 wants to merge 3 commits into
encounter:mainfrom
kimjune01:add-build-instructions

Conversation

@kimjune01
Copy link
Copy Markdown

Summary

  • Add comprehensive build documentation to README
  • Prerequisites: CMake 3.25+, C++20 compiler
  • Instructions for building included examples and integrating Aurora into game decomp projects
  • Available CMake options including AURORA_CACHE_USE_ZSTD
  • Verified on macOS with clang by building the simple example

Fixes #7

Test plan

  • Build verified on macOS with clang (simple example compiles and runs)
  • No --recursive flag (no submodules; deps use FetchContent)
  • All documented CMake options verified against CMakeLists.txt

kimjune01 added 2 commits May 11, 2026 21:19
Resolves encounter#7

Added comprehensive build documentation covering:
- Prerequisites (CMake 3.25+, C++20 compiler)
- Building included examples
- Integrating Aurora into game decomp projects
- Available CMake options

Verified on macOS with clang by successfully building the simple example.
…_USE_ZSTD option

- Remove --recursive from clone command: repo uses FetchContent, not submodules
- Document AURORA_CACHE_USE_ZSTD option (default: ON) that was missing from the list
@encounter
Copy link
Copy Markdown
Owner

Thanks for the PR! Would you mind moving this to docs/building.md and linking to it from the README.md?

@kimjune01
Copy link
Copy Markdown
Author

Done — moved to docs/building.md and linked from the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No build instructions

2 participants