2
0
mirror of synced 2025-02-22 06:28:04 +00:00

go.mobile/app: add comment about X11 library dependencies.

LGTM=adg, crawshaw
R=crawshaw, adg
CC=golang-codereviews
https://golang.org/cl/159530043
This commit is contained in:
Nigel Tao 2014-10-28 12:07:47 +11:00
parent ee31300452
commit b3557d6b50

View File

@ -6,9 +6,14 @@
package app
// Simple on-screen app debugging for X11. Not an officially supported
// development target for apps, as screens with mice are very different
// than screens with touch panels.
/*
Simple on-screen app debugging for X11. Not an officially supported
development target for apps, as screens with mice are very different
than screens with touch panels.
On Ubuntu 14.04 'Trusty', you may have to install these libraries:
sudo apt-get install libegl1-mesa-dev libgles2-mesa-dev libx11-dev
*/
/*
#cgo LDFLAGS: -lEGL -lGLESv2 -lX11