Skip to content

Commit ea97482

Browse files
committed
doc: make build steps more prominent
1 parent 47e3197 commit ea97482

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ https://www.dash.org
1010
For an immediately usable, binary version of the Dash Core software, see
1111
https://www.dash.org/downloads/.
1212

13-
Further information about Dash Core is available in the [doc folder](/doc).
13+
Further information about Dash Core is available in [./doc/](/doc).
1414

1515
What is Dash?
1616
-------------
@@ -43,6 +43,19 @@ completely stable.
4343
The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md)
4444
and useful hints for developers can be found in [doc/developer-notes.md](doc/developer-notes.md).
4545

46+
Build / Compile from Source
47+
---------------------------
48+
49+
The `./configure`, `make`, and `cmake` steps, as well as build dependencies, are in [./doc/](/doc) as well:
50+
51+
- **Linux**: [./doc/build-unix.md](/doc/build-unix.md) \
52+
Ubuntu, Debian, Fedora, Arch, and others
53+
- **macOS**: [./doc/build-osx.md](/doc/build-osx.md)
54+
- **Windows**: [./doc/build-windows.md](/doc/build-windows.md)
55+
- **OpenBSD**: [./doc/build-openbsd.md](/doc/build-openbsd.md)
56+
- **FreeBSD**: [./doc/build-freebsd.md](/doc/build-freebsd.md)
57+
- **NetBSD**: [./doc/build-netbsd.md](/doc/build-netbsd.md)
58+
4659
Testing
4760
-------
4861

0 commit comments

Comments
 (0)