#11 Update paths in the build instructions

This commit is contained in:
Ivan Izaguirre 2021-03-14 20:06:19 +01:00
parent dfb8b1ffb2
commit f15a7bb9d2
1 changed files with 2 additions and 15 deletions

View File

@ -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