N64Recomp / N64Recomp

Tool to statically recompile N64 games into native executables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do i build this???

ZxenoexZ opened this issue · comments

I need instructions on how to figure this out, as the one's given are super vague.

Did you do all this on git bash?

I just used wsl by default, mind you I’m on windows

I need instructions on how to figure this out, as the one's given are super vague.

Wiseguy is working on a guide, we don't know when it'll be released.

The build process is currently being improved to make it simpler for others to build. Along that time build instructions will be available as well. Thank you all for your patience!

The build process is currently being improved to make it simpler for others to build. Along that time build instructions will be available as well. Thank you all for your patience!

Thank god, I'm just a teen who has no idea about any of this lmao

i tried wsl but it keeps saying "Command 'cmake' not found, but can be installed with" etc, but cmake is already installed what do

I commented a few lines of build commands that worked on Windows for me here: Build Guide

There's also a lot of other good info on building the project in general in there.

commented

I build mine using the CMake GUI software (by selecting the msys option, not the vs 2022 one) then by typing make in the cmd in the new built folder

i tried wsl but it keeps saying "Command 'cmake' not found, but can be installed with" etc, but cmake is already installed what do

have you added cmake to the PATH?