From f15a7bb9d25301f6ade537042168f1cd62093c2b Mon Sep 17 00:00:00 2001 From: Ivan Izaguirre Date: Sun, 14 Mar 2021 20:06:19 +0100 Subject: [PATCH] #11 Update paths in the build instructions --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 737dab9..3f0a6a5 100644 --- a/README.md +++ b/README.md @@ -240,26 +240,13 @@ Only valid on SDL mode ## Building from source -### izapple2console - -The only dependency is having a working Go installation on any platform. - -Run: - -``` terminal -go get github.com/ivanizag/izapple2/izapple2console -go build github.com/ivanizag/izapple2/izapple2console -``` - -### izapple2sdl - Besides having a working Go installation, install the SDL2 developer files. Valid for any platform Run: ``` terminal -go get github.com/ivanizag/izapple2/izapple2sdl -go build github.com/ivanizag/izapple2/izapple2sdl +go get github.com/ivanizag/izapple2/frontend/a2sdl +go build github.com/ivanizag/izapple2/frontend/a2sdl ``` ### Use docker to cross compile for Linux and Windows