bodgit / memcardpro

Utility for 8BitMods MemCard PRO
https://8bitmods.com/accessories/memcard-pro/
BSD 3-Clause "New" or "Revised" License
37 stars 2 forks source link

"memcardpro" command is not recognized. #36

Closed thevideogameraptorboggle closed 6 months ago

thevideogameraptorboggle commented 7 months ago

This could easily just be a me thing, or your instructions are just vague, but I tried the save splitter and it refused to recognize the memcardpro command on either Windows or Linux. I got the memcardpro menu to come up on windows, by pasting the app into a command line window, but from there, the memcardpro command did nothing, whether I experimented on my own or followed your instructions exactly.

And also, the installation command doesn't work, neither go nor install are accepted commands.

bodgit commented 7 months ago

This could easily just be a me thing, or your instructions are just vague, but I tried the save splitter and it refused to recognize the memcardpro command on either Windows or Linux. I got the memcardpro menu to come up on windows, by pasting the app into a command line window, but from there, the memcardpro command did nothing, whether I experimented on my own or followed your instructions exactly.

The executable needs to be in your $PATH and (at least on non-Windows) marked as executable (chmod +x memcardpro) for it be able to run it without any path. Wherever you've downloaded it to, you should be able to run, i.e. on Linux/macOS ~/Downloads/memcardpro.

It needs to run in a Terminal/CLI, just double-clicking it will do nothing.

And also, the installation command doesn't work, neither go nor install are accepted commands.

You would need a Golang toolchain installed for that to work. If you don't have that installed there is no go command.