aglab2 / hacktice

4 stars 0 forks source link

Building from scratch #16

Closed panther03 closed 2 years ago

panther03 commented 2 years ago

I'm attempting to build from source right now. I see in the makefile include and lib variables there is a local folder called sm64-api referenced. I assume this is just something on your hard drive, does it exist anywhere else though? And the symbols.ld referenced in the linker script (which is presumably in this sm64-api folder), is that from the decomp or something else?

Thanks.

aglab2 commented 2 years ago

I made several improvements to build process to use publically available sm64-api. I have also documented the steps to build 'Hacktice.exe' from scratch.

You are more than welcome to try it out. I only tested it on Windows but I assume it is similar on other platforms too if you were to use clang.

panther03 commented 2 years ago

Thanks! I really appreciate that. Got it to work now thanks to that.