Add bootstrapper to get developers up faster (like efler?)
andydotxyz opened this issue · 4 comments
andydotxyz commented
Automate the "getting started" docs with a single entry point for any OS
andydotxyz commented
This now works for Mac OS X and some modern Linux distros - Windows may be a bigger problem...
mewmew commented
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.
andydotxyz commented
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.
andydotxyz commented
With the new (now default) OpenGL driver this should no longer be needed.