From 56656aa0a4475701f0a80801b901657561203853 Mon Sep 17 00:00:00 2001 From: SourMesen Date: Fri, 5 May 2017 17:13:01 -0400 Subject: [PATCH] Readme: Add more info about building on Linux --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbb1162b..852ebb03 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,16 @@ Things that ***may or may not*** be added in the future, in no particular order: ## Compiling ## ### Windows ### -1) Open the solution in VS2015 +1) Open the solution in VS2015/2017 2) Compile as Release/x64 or Release/x86 3) Run ### Linux ### -You will need clang/gcc, Mono/XBuild and SDL2 to compile and run Mesen under Linux. +To compile and run Mesen under Linux, you will need: +* A recent version of clang/gcc +* Mono 4.2.1+ (package: mono-devel) +* SDL2 (package: libsdl2-dev) + The makefile contains some more information at the top. Running "make" will build the x64 version by default, and then "make run" should start the emulator. ## LICENSE ##