You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/05/13 20:04:13 UTC

[commons-daemon] branch master updated: Better build help.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f3a79a  Better build help.
9f3a79a is described below

commit 9f3a79a1de5a578564eecd22a5a2160a6f8ad4f8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed May 13 16:04:08 2020 -0400

    Better build help.
---
 src/native/windows/README.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/native/windows/README.txt b/src/native/windows/README.txt
index cb4e883..1d46190 100644
--- a/src/native/windows/README.txt
+++ b/src/native/windows/README.txt
@@ -5,6 +5,13 @@ Using Visual Studio, you can build Apache Commons Daemon.
 The Makefile make file has a bunch of documentation about its
 options, but a trivial build is simply;
 
+Windows X64 Build
+
+  "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
+  nmake CPU=X64
+
+Windows X86 Build
+
   nmake CPU=X86
   nmake CPU=X86 PREFIX=c:\desired\path\of\daemon install