X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README;h=d9c10910cf51614fc92929ad1fd41be1122fa035;hb=84162df45ca32c27cc56be3c98b6f91abc00586e;hp=fbcecc136e4afbc1b4cfed0118e2193e49b7e3bf;hpb=99823d0f2394ff482c3b8bd5b928454c347549a3;p=picodrive.git diff --git a/README b/README index fbcecc1..d9c1091 100644 --- a/README +++ b/README @@ -13,3 +13,9 @@ then taken over and expanded by notaz. PicoDrive was the first emulator ever to properly emulate Virtua Racing and it's SVP chip. +How to compile on Raspbian Wheezy: + +export CC=gcc-4.8 +export CXX=g++-4.8 +./configure --platform=rpi2 +make