Skip to content

Commit

Permalink
updated readme to include xorg-dev package on debian systems
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhovey authored and andydotxyz committed Jan 23, 2019
1 parent 690187a commit cd03b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ As Fyne uses CGo you will require a C compiler (typically gcc). On Linux the "gc
On macOS you should install XCode from the Mac App Store, you will also need to run "xcode-select --install" if you have not used the command line tools before.
With Windows this can be included by installing TDM-GCC from http://tdm-gcc.tdragon.net/download.

By default Fyne uses the [gl golang bindings](https://github.com/go-gl/gl) you may need to also need to install the `libgl1-mesa-dev` package on Debian/Ubuntu based systems.
By default Fyne uses the [gl golang bindings](https://github.com/go-gl/gl). Debian/Ubuntu based systems may need to also need to install the `libgl1-mesa-dev` and `xorg-dev` packages.

Using the standard go tools you can install Fyne's core library using:

Expand Down

0 comments on commit cd03b65

Please sign in to comment.