nukep / famitracker-cx

29 stars 10 forks source link

I Want To Compile and Use FamiTracker-CX #2

Open ghost opened 6 years ago

ghost commented 6 years ago

I am creating a NES style game on Debian based GNU/Linux. Would you help me figure out how to compile this program?

Prichman commented 6 years ago

I am creating a NES style game on Debian based GNU/Linux. Would you help me figure out how to compile this program?

The current version of the program is not complete. It crashes sometimes and can't save your work into a file so you should use windows version.

nukep commented 6 years ago

Yup. This project is pretty much abandoned (and incomplete), so I wouldn't recommend using it. I found it wasn't reasonable to rebase the changes from jsr's mainline version for every release.

If you really want to compile it, it's probably a matter of ensuring you have dependencies installed, running cmake (you can typically install it using your distro's package manager), then running make. These steps will depend on your distro, however. I haven't tried it in forever, so you may encounter issues with newer distros/libraries.

TherealGenius commented 2 years ago

@nukep is this program under GPL? is the source code available to compile for Windows as well? which libararys are required to compile the source code?

will debugg the source code to see if i can clear out the crashes