diff options
author | philkode <philkode@protonmail.com> | 2018-05-31 10:40:00 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-05-31 10:49:24 +0100 |
commit | 14f0d38cd6b5ea7329180c73da5f497bee6eb5f0 (patch) | |
tree | 0a183ae04017e0cd9380c093eb325237bf30e2ee /README.md | |
parent | Merge pull request #3251 (diff) | |
download | monero-14f0d38cd6b5ea7329180c73da5f497bee6eb5f0.tar.xz |
Incorporate Window debug build targets
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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`. |