Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete instructions to compile in GNU/Linux? #4

Closed
cpcbegin opened this issue Apr 17, 2020 · 5 comments
Closed

Incomplete instructions to compile in GNU/Linux? #4

cpcbegin opened this issue Apr 17, 2020 · 5 comments

Comments

@cpcbegin
Copy link

I try to compile the emulator in Ubuntu Mate 18.04 64 bits with these commands:

sudo apt install go-bindata  golang-go git
git clone https://github.com/laullon/b2t80s
go get -u github.com/go-bindata/go-bindata/...
go-bindata -pkg data -o data/data.go data/...

And I try to run a ZX Spectrum game with the command:
go run main.go --mode 48k -tap "/home/miuser/zxspectrum/homebrew/altair_zx_es.tap"

But I get this error:
error cannot find package "fyne.io/fyne"

@cpcbegin cpcbegin changed the title Incomplete instructions to compile in GNU/Linux Incomplete instructions to compile in GNU/Linux? Apr 17, 2020
@laullon
Copy link
Owner

laullon commented Apr 17, 2020

Thanks for reporting, will take a look.

@laullon
Copy link
Owner

laullon commented Apr 17, 2020

you can download the binary emulator from here: https://github.com/laullon/b2t80s/releases

@cpcbegin
Copy link
Author

Thanks! ;-)

@laullon
Copy link
Owner

laullon commented Apr 18, 2020

Which go version are you using ?
It should be go v1.13

@cpcbegin
Copy link
Author

I'm using the go version included in Ubuntu 18.04 repositories:
go version go1.10.4 linux/amd64

laullon added a commit that referenced this issue Apr 24, 2020
@laullon laullon closed this as completed Apr 24, 2020
laullon added a commit that referenced this issue Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants