randyrossi / bmc64

A bare metal Commodore 64 emulator for the Raspberry Pi with true 50hz/60hz smooth scrolling, low input latency and better audio/video sync.
GNU General Public License v3.0
488 stars 59 forks source link

Build instructions #103

Closed Jammmmm closed 4 years ago

Jammmmm commented 4 years ago

Updates to build instructions to cover all the problems that I encountered on a clean Mint install.

Updated make_all.sh to allow for non-hardcoded ARM_HOME path. Can now be set with an environment variable (detailed in the instructions).

This is my first ever pull request so I hope I did everything correctly. Accidentally committed the wrong filename earlier so I hope I've reverted it properly! Ignore the "Makefile" commits. I named "make_all.sh" Makefile accidentally.