aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-06-08 14:34:01 -0500
committerluigi1111 <luigi1111w@gmail.com>2018-06-08 14:34:01 -0500
commit112f3678bc02031baeafad41310f932e92bff579 (patch)
tree477e895e608ecad33fd9fa25433a7a911d23d5c7 /README.md
parentMerge pull request #3450 (diff)
parentIncorporate Window debug build targets (diff)
downloadmonero-112f3678bc02031baeafad41310f932e92bff579.tar.xz
Merge pull request #3887
14f0d38 Incorporate Window debug build targets (philkode)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4c3e9799a..9e28192b9 100644
--- a/README.md
+++ b/README.md
@@ -365,6 +365,16 @@ application.
* The resulting executables can be found in `build/release/bin`
+* **Optional**: to build Windows binaries suitable for debugging on a 64-bit system, run:
+
+ make debug-static-win64
+
+* **Optional**: to build Windows binaries suitable for debugging on a 32-bit system, run:
+
+ make debug-static-win32
+
+* The resulting executables can be found in `build/debug/bin`
+
### On FreeBSD:
The project can be built from scratch by following instructions for Linux above. If you are running monero in a jail you need to add the flag: `allow.sysvipc=1` to your jail configuration, otherwise lmdb will throw the error message: `Failed to open lmdb environment: Function not implemented`.