delve/Documentation
aarzilli 910f90c3c8 proc/native,Makefile: allow compiling on macOS without native backend
On macOS 10.14 Apple changed the command line tools so that system
headers now need to be manually installed.

Instead of adding one extra install step to the install procedure add a
build tag to allow compilation of delve without the native backend on
macOS. By default (i.e. when using `go get`) this is how delve will be
compiled on macOS, the make script is changed to enable compiling the
native backend if the required dependencies have been installed.

Insure that both configuration still build correctly on Travis CI and
change the documentation to describe how to compile the native backend
and that it isn't normally needed.

Fixes #1359
2018-10-02 10:46:09 -07:00
..
api Documentation: mention that interfaces can also not be loaded 2018-09-18 13:10:50 -07:00
cli proc: add iface.(data) syntax to access concrete value of an interface 2018-09-27 14:09:26 -07:00
installation proc/native,Makefile: allow compiling on macOS without native backend 2018-10-02 10:46:09 -07:00
internal Documentation: better documentation menu, add guide to writing a client 2018-07-02 09:35:27 -07:00
usage *: function call injection for go 1.11 2018-07-13 13:37:54 -07:00
EditorIntegration.md Documentation: Add Sublime plugin (#1352) 2018-09-24 10:24:49 -07:00
KnownBugs.md proc: lexical block support 2017-08-01 11:20:25 -06:00
README.md documentation: add gdlv to list of alternative UIs (#774) 2017-03-24 16:10:01 -07:00

Delve Documentation

Documentation for the project will reside in this directory.