소스 검색

This should be a bit easier now, I guess.

IVogel 2 년 전
부모
커밋
13e857d66b
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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