Skip to content

Getting Started

smallington edited this page Jun 25, 2026 · 8 revisions

Hey there! This is a tutorial on how to build DolRecomp. Since this is a pure C project using CMake, the build process is pretty straightforward.

You will need:

  1. A C Compiler: (e.g., GCC, Clang, or MSVC)
  2. CMake: (Version 3.16 or higher)

The latest downloads for CMake are available here. For legacy versions, here.

Warning

Versions of CMake that are below 3.16 will not work with this project.

Clone this wiki locally