diff doc/README.Windows @ 371:451299d50c1a

- windows arm64 support (dyncall, dyncallback, cmake support for armasm64), thanks Bernhard Urban-Forster! - minor cleanups
author Tassilo Philipp
date Fri, 25 Dec 2020 18:07:39 +0100
parents 3e629dc19168
children
line wrap: on
line diff
--- a/doc/README.Windows	Sat Dec 19 20:02:08 2020 +0100
+++ b/doc/README.Windows	Fri Dec 25 18:07:39 2020 +0100
@@ -23,6 +23,7 @@
      executed mistakenly for re-generation of test C code)
      timestamps are wrong; workaround: run "svn revert -R ." several times.
 
+
 Build using buildsys/gmake and MinGW or Cygwin:
 -----------------------------------------------
 
@@ -62,3 +63,12 @@
 
   BROKEN: Rules to assemble MASM files are still missing.
 
+
+Build ARM64 using CMake and Visual Studio 2019:
+-----------------------------------------------
+
+   vcvarsall.bat amd64_arm64
+   mkdir build && cd build
+   cmake -G "Visual Studio 16 2019" -A ARM64 ..
+   cmake --build . --config Release
+