aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2019-04-15 13:25:31 +0200
committerSimon Rozman <simon@rozman.si>2019-04-15 13:35:23 +0200
commit84f3c3e4553c47588c03870007cdbae81de41363 (patch)
tree5e27c07245ce245ab5c41e18e90d5e3115ad7935 /README.md
parentRevise architecture naming convention (diff)
downloadwintun-84f3c3e4553c47588c03870007cdbae81de41363.tar.xz
wintun-84f3c3e4553c47588c03870007cdbae81de41363.zip
Add ARM64 compiling support
Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index a569eb5..401ee15 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,8 @@ x86 Debug | `x86\Debug\wintun`
x86 Release | `x86\Release\wintun`
AMD64 Debug | `amd64\Debug\wintun`
AMD64 Release | `amd64\Release\wintun`
+ARM64 Debug | `arm64\Debug\wintun`
+ARM64 Release | `arm64\Release\wintun`
### Properties
@@ -62,7 +64,7 @@ Properties may be defined as environment variables, or specified on the `nmake`
- `CFG`: Specifies configuration to build or clean. May be `Debug` or `Release` (default).
- - `PLAT`: Specifies driver platform to build. May be `x86` or `amd64` (default).
+ - `PLAT`: Specifies driver platform to build. May be `x86` or `amd64` (default), or `arm64`.
## Usage