diff options
Diffstat (limited to 'src/wiiu/ReadMe.md')
| -rw-r--r-- | src/wiiu/ReadMe.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/wiiu/ReadMe.md b/src/wiiu/ReadMe.md index d7bb7f6..0fdd60a 100644 --- a/src/wiiu/ReadMe.md +++ b/src/wiiu/ReadMe.md @@ -7,5 +7,17 @@ An IDA Pro loader for the Wii U Cafe OS. * Symbol table loading * Adds imports and exports +## Building +This loader now builds against the vendored IDA SDK submodule in `third_party/ida-sdk`. + +Open [CMakeLists.txt](/C:/Projects/Decompilation/ida_game_elf_loaders/src/wiiu/CMakeLists.txt) in Visual Studio as a CMake project and build the `x64` `Release` configuration. + +If you prefer the command line with the Visual Studio toolchain: + +```powershell +& "C:\Program Files\Microsoft Visual Studio\18\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -S . -B build -G "Visual Studio 18 2026" -A x64 +& "C:\Program Files\Microsoft Visual Studio\18\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --build build --config Release +``` + ## Todo -* Support RPL relocation
\ No newline at end of file +* Support RPL relocation |
