HertzDevil / 0CC-FamiTracker

Extension of jsr's FamiTracker
http://0cc-famitracker.tumblr.com/
GNU General Public License v2.0
308 stars 32 forks source link

Where are the build instructions? #59

Open nstbayless opened 7 years ago

nstbayless commented 7 years ago

Hi! I'm trying to build this on linux, but I'm not sure how. I don't see a makefile or cmake or any of the usual things. How can I compile the source code?

Thank you!

langel commented 7 years ago

0CC-Famitracker is a windows program. I use visual studio to compile.

ghost commented 6 years ago

@nstbayless , there is a cross-platform fork of famitracker called famitracker-cx I think @nukep has no intentions of continuing work on it though.

CuriouslyCurious commented 6 years ago

@davidpgil That project does not compile from what I've tested.

Nevertheless, FamiTrackerQT has finally found its way to Linux and compiles fine, so if @nstbayless wants to have FamiTracker natively on Linux; he can: https://github.com/christopherpow/nesicide

It would be nice to have 0CC-FamiTracker work on Linux, but that would require some significant porting effort. Haven't tried using it in Wine, but I've read that there are some registry problems.

nukep commented 6 years ago

famitracker-cx is loooong dead. The tremendous porting effort was what killed it tbh. :)

IMO, the easiest approach to get FamiTracker running in Linux that doesn't involve refactoring/rewriting is probably to make it friendly to use with Wine (e.g. avoid problematic APIs).