aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorredfish <redfish@galactica.pw>2016-08-21 12:34:38 -0400
committerredfish <redfish@galactica.pw>2016-08-21 12:35:24 -0400
commit23accbcca5558854f237705bbe9ee8043df3ea4a (patch)
treed7ee57a353fa11f6c45afe8f5163649447616ea6 /README.md
parentreadme: formatting for rlwrap command snippet (diff)
downloadmonero-23accbcca5558854f237705bbe9ee8043df3ea4a.tar.xz
readme: format Windows deps as a list
Diffstat (limited to '')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index f4c9e7e43..fba067b87 100644
--- a/README.md
+++ b/README.md
@@ -126,7 +126,14 @@ Alternatively, it can be built in an easier and more automated fashion using Hom
### On Windows:
-Dependencies: mingw-w64, msys2, CMake 3.0.0 or later, libunbound 1.4.16 or later (note: Unbound is not a dependency, libunbound is), and Boost 1.53 or 1.55 (except 1.54, [more details here](http://goo.gl/RrCFmA)), BerkeleyDB 4.8 or later (note: on Ubuntu this means installing libdb-dev and libdb++-dev).
+Dependencies:
+
+* mingw-w64
+* msys2
+* CMake `>=3.0.0`
+* libunbound `>=1.4.16` (note: Unbound is not a dependency, libunbound is)
+* Boost 1.53 or 1.55 (except 1.54, [more details here](http://goo.gl/RrCFmA))
+* BerkeleyDB `>=4.8`
**Preparing the Build Environment**