Ver Fonte

This should be a bit easier now, I guess.

IVogel há 2 anos atrás
pai
commit
13e857d66b
1 ficheiros alterados com 8 adições e 0 exclusões
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -10,10 +10,18 @@ Compilation for main Garry's Mod branch:
 ```bash
 cargo build --release --target i686-unknown-linux-gnu
 ```
+or for windows
+```bash
+cargo build --release --target i686-pc-windows-msvc
+```
 Compilation for x86-x64 branch:
 ```bash
 cargo build --release --target x86_64-unknown-linux-gnu
 ```
+or for windows
+```bash
+cargo build --release --target x86_64-pc-windows-msvc
+```
 
 # Example usage (but not really good example)
 ```lua