Closed thevideogameraptorboggle closed 9 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.
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.