Introducing "static recompilation," a process that turns a ROM into a native port before you can say "Kooloo Limpah"The MM Recomp: https://github.com/Mr-Wis...
Billiam
link
fedilink
English
41Y

So uh…

For someone who loves N64 games but has literally never used git, how would one go about compiling this?

@[email protected]
link
fedilink
English
5
edit-2
1Y

I can try to help. Are you using Linux or Windows? (I admittedly don’t have much experience using git on Windows)

Assuming you use Linux: usually, what I do is create a folder in my Documents directory specifically for handling Git projects (mostly because I like being organized), then open a terminal window there (right-click and press “Open Terminal Here”) or CD to its directory (for example, if it’s in home/<your username>/Documents/Git, run cd ~/Documents/Git).

Then, go to the github page, click the green Code button, and copy the URL there, which you will use to pull its git repository. Normally, you would then do git clone <git URL>, but the instructions say this uses submodules, so you should instead use git clone --recursive-submodules https://github.com/Mr-Wiseguy/N64Recomp.git. Don’t bother making a specific folder for this project because git automatically does that.

Then, go inside the folder containing the cloned git repository, make a folder inside it for containing the compiled build of the project (name it, say, “build”), move inside said folder, and then run cmake .. (you may have to install this package first depending on if your distribution includes it or not) and then cmake --build. I think it then should be done.

sebinspace
link
fedilink
English
81Y

You don’t. Go to the releases section and download the compressed file for your OS, wherein you will find the executable for the program.

Create a post

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Weekly Threads:

What Are You Playing?

The Weekly Discussion Topic

Rules:

  1. Submissions have to be related to games

  2. No bigotry or harassment, be civil

  3. No excessive self-promotion

  4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

  5. Mark Spoilers and NSFW

  6. No linking to piracy

More information about the community rules can be found here and here.

  • 1 user online
  • 604 users / day
  • 1.21K users / week
  • 2.67K users / month
  • 6.47K users / 6 months
  • 1 subscriber
  • 5.77K Posts
  • 117K Comments
  • Modlog