WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: PiSNES for PiCore 9.x  (Read 1043 times)

Offline LeDorean

  • Newbie
  • *
  • Posts: 1
PiSNES for PiCore 9.x
« on: January 02, 2019, 10:12:41 AM »
The last tce of a snes emulator is from Tiny Core 3.x and that's a x86 build.

I know some linux commands and have some programming skills, i have read the core book and they say how to get & build tce files, but I'm lost.

I want to build pisnes into picore, but I don't know how. Could someone tell me the steps to build pisnes from https://github.com/RetroPie/pisnes to a tce file?

Or at least, point me out where I can find the info to do so?

Greetings!

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PiSNES for PiCore 9.x
« Reply #1 on: January 02, 2019, 10:38:34 PM »
You can get the source with:
Code: [Select]
$ git clone https://github.com/RetroPie/pisnes
..after than you will need to edit pisnes/Makefile to suit piCore and run "make V=1"