freebsd-ports/devel/liteide/pkg-message
Richard Gallamore d62966f726 * Updated to 32
* Changed default to QT5

Changelog:	https://github.com/visualfc/liteide/releases/tag/x32

PR:		220067
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Reviewed by:	lifanov (mentor)
Approved by:	lifanov (mentor)
Differential Revision:	https://reviews.freebsd.org/D11257
2017-06-18 18:50:44 +00:00

15 lines
487 B
Text

=======================================================================
In order to have full Go support, please install LiteIDE Golang Tools:
go get -u github.com/visualfc/gotools
and set LITEIDE_TOOL_PATH environment variable to point to the directory
where gotools binary is installed. To have code autocompletion, you'll
also need gocode:
go get -u github.com/nsf/gocode
or
pkg install devel/go-gocode
=======================================================================