v4ld3r5 / sgdk_vscode_template

Basic template to work with VS Code on a SGDK project
16 stars 5 forks source link

Does not work with Catalina since it dropped 32bit Support #1

Open snipem opened 4 years ago

snipem commented 4 years ago

I was not able to run this following your guide on Catalina, since it dropped 64 bit support.

Here are some changes I made to README.md when I followed your guide, but I had to stop at the execution of make.exe since it does not work on a 64bit only Wine installation: https://github.com/snipem/sgdk_vscode_template/tree/improvements

Hint: some steps worked when I replaced wine with wine64. You also have to install wine-stable instead of wine.

v4ld3r5 commented 4 years ago

Hi @snipem , Thanks for having a look. Honestly I'm not using this anymore, instead I changed my work environment. I suggest to give this toolchain a try: https://github.com/andwn/marsdev For vscode I discovered a very nice plugin: https://marketplace.visualstudio.com/items?itemName=zerasul.genesis-code

I'd probably archive this toy project. Kind regards