Git Product home page Git Product logo

Comments (16)

PikalaxALT avatar PikalaxALT commented on August 28, 2024

Run make in the directory with the modified code.

from pokered.

testtest765 avatar testtest765 commented on August 28, 2024

I'm sorry to be an absolute knob. I'm a little lost.

Is this what you're referring to?

image

When I open that I get the following:

image

from pokered.

PikalaxALT avatar PikalaxALT commented on August 28, 2024

you should be in Terminal, not Finder

from pokered.

testtest765 avatar testtest765 commented on August 28, 2024

@PikalaxALT I really appreciate you trying to guide me through this. I'm sorry to say that I'm still very lost.

Can you explain this to me as if I'm five years old?

I'm in Finder only because the repository is saved on my desktop.

I'm not sure exactly what to type into the Terminal.

from pokered.

PikalaxALT avatar PikalaxALT commented on August 28, 2024
cd ~/pokered
make

from pokered.

testtest765 avatar testtest765 commented on August 28, 2024

Thanks!

I tried making a fresh pokered diassembly without any modifications. The only problem is I get the following error:

image

from pokered.

Asday avatar Asday commented on August 28, 2024

https://github.com/pret/pokered/blob/master/INSTALL.md#mac

from pokered.

xCrystal avatar xCrystal commented on August 28, 2024

Make sure you have the latest version of rgbds installed (v0.3.5 as of now). Also make sure that you install 32-bit or 64-bit cygwin and rgbds according to your SO.

from pokered.

testtest765 avatar testtest765 commented on August 28, 2024

@Asday I've tried that and can successfully build a ROM that way. However, I can't seem to build a ROM from files saved on my mac.

@xCrystal I have the latest version of rgbds installed. I don't think I can install cygwin since I'm on a mac.

image

I really appreciate both of you trying to help me. Thank you!

from pokered.

PikalaxALT avatar PikalaxALT commented on August 28, 2024
git submodule init
git submodule update

from pokered.

testtest765 avatar testtest765 commented on August 28, 2024

@PikalaxALT
image

from pokered.

yenatch avatar yenatch commented on August 28, 2024

the issue is that git clone --recursive also clones the extras submodule which has some of the tools needed to build. when you download a zip or leave out --recursive the submodule doesn't get cloned. this is why it says they're missing

when you download a zip it also doesn't work with git, which makes submodules annoying to deal with

the simplest way to get the submodule working is to make your folder a git repo. do this:

git init
git remote add origin https://github.com/pret/pokered
git fetch origin
git reset --soft origin/master
git submodule update --init

this should be fixed by #168, which will not need the submodule to build

from pokered.

xCrystal avatar xCrystal commented on August 28, 2024

@testtest765 My bad, went on autopilot with that reply lol

from pokered.

testtest765 avatar testtest765 commented on August 28, 2024

@yenatch @xCrystal @PikalaxALT

Thank you for all of your help! I've figured it out.

from pokered.

yenatch avatar yenatch commented on August 28, 2024

oops. i meant --soft, not --hard

from pokered.

kiranzip avatar kiranzip commented on August 28, 2024

Someone close this issue, it has been solved

from pokered.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.