-
Notifications
You must be signed in to change notification settings - Fork 1
Mac support? #2
-
First of all, greetings. Let me start by saying that I'm the person responsible for making publicly available tools to create custom SR-JV80 ROM images alongside Sector101's ROMulator kit.
Someone on my blog informed me of this repo, and as promising as it seems, I do have several questions about it, but to avoid overwhelming, I'll just leave it at my biggest one for now: seeing as you say virtual environments will not cooperate, will you work on implementing native Mac support? If not, are these source files able to be compiled by Mac users themselves if need be?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
The answer is maybe. I don't have a mac so while I could crosscompile the binaries, I can't test it. This is why I haven't provided the binaries for mac. You can easily compile it yourself by installing a recent golang compiler and running "go build" in the srxtools directory.
It's quite possible that the problem with virtual environments is resolved in the meantime. There have been a few stability and performance fixes since the documentation was written. Writing takes something like 20 minutes now instead of 2 hours. I haven't tested vm's since then though.
If you have other questions, please let me know.
Beta Was this translation helpful? Give feedback.