fyne-io/fyne

Add bootstrapper to get developers up faster (like efler?)

andydotxyz opened this issue · 4 comments

Automate the "getting started" docs with a single entry point for any OS

This now works for Mac OS X and some modern Linux distros - Windows may be a bigger problem...

For those people who prefer to follow the specific steps instead of running a bootstrap script (either to learn about the explicit dependencies of the project, or simply not trusting install scripts in general), these are the steps I took to get Fyne running on Arch Linux.

sudo pacman -Sy efl
go get -u github.com/fyne-io/fyne/...
go get -u github.com/fyne-io/examples/cmd/fractal
fractal

Worked perfectly.

2018-10-16-230943_1299x1097_scrot

Thanks, I have updated the docs a little at https://github.com/fyne-io/bootstrap/ to try and help folk find this out if that's what they would prefer.

With the new (now default) OpenGL driver this should no longer be needed.