delve/Documentation/installation/README.md
Robert Ayrapetyan df65be43ae *: FreeBSD initial support (#1480)
* FreeBSD initial support

* first code review fixes

* regs slice upd

* execPtraceFunc wrap

* disabled concurrency tests
fixed kill() issue

* disabled concurrency tests
fixed kill() issue

* cleanup vendor related code

* cleanup ptrace calls

* vendoring latest changes

* Revert "vendoring latest changes"

This reverts commit 833cb87b

* vendoring latest changes

* requested changes
2019-07-12 18:28:04 -07:00

10 lines
296 B
Markdown

# Installation
Directions for installing Delve on all supported platforms is provided here.
Please note you *must* have **Go 1.8** or higher installed in order to compile Delve.
- [OSX](osx/install.md)
- [Linux](linux/install.md)
- [Windows](windows/install.md)
- [FreeBSD](freebsd/install.md)