libretro / snes9x2010

Snes9x 2010. Port of Snes9x 1.52+ to Libretro (previously called SNES9x Next). Rewritten in C and several optimizations and speedhacks.
Other
98 stars 71 forks source link

how to build this source? #103

Closed kikyo2006 closed 6 years ago

kikyo2006 commented 6 years ago

Hello, i don't know how to build this source. After i'm build with command make then i'm getting errors with next command:

make install
make: *** No rule to make target 'install'.  Stop.

Can anyone give me step to build and install it?

LodanZark commented 6 years ago

You already have the majority of cores compiled through the build bot: http://bot.libretro.com/nightly/ If you want to compile it for the retropie, you have to use their script: https://github.com/RetroPie/RetroPie-Setup/wiki/Manual-Installation

hizzlekizzle commented 6 years ago

you should use: make -f Makefile.libretro

kikyo2006 commented 6 years ago

Thank you :)