From ed8b271804c563a6f0959bc13ca56f20c820bcfb Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Sat, 6 Sep 2014 01:08:59 +0200 Subject: readme++, os.h defaults to linux --- README | 11 +++++++++++ os.h | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README b/README index 4080e03..2c23d94 100644 --- a/README +++ b/README @@ -35,6 +35,17 @@ Then press "ENTER" in the mariokart bot command window and enjoy :) +------====== How to use ======------ + +edit os.h and set your OS (if you use FreeBSD, you must patch mupen64plus!) +edit mariokart.cpp and fix the startup of mupen, +in mariokart.cpp, fix the window title the XorgGrabber uses + + + + + + * * Copyright 2012 Florian Jung * diff --git a/os.h b/os.h index c7433e2..0b50040 100644 --- a/os.h +++ b/os.h @@ -1,2 +1,2 @@ -#define FREEBSD -//#define LINUX +//#define FREEBSD +#define LINUX -- cgit v1.2.1