Added monarch agent
This commit is contained in:
13
agents/README.md
Normal file
13
agents/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Conquest Agents
|
||||
|
||||
For cross-compilation from UNIX to Windows, use the following command:
|
||||
|
||||
```bash
|
||||
nim --os:windows --cpu:amd64 --gcc.exe:x86_64-w64-mingw32-gcc --gcc.linkerexe:x86_64-w64-mingw32-gcc -d:release c client.nim
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```
|
||||
./build.sh
|
||||
```
|
||||
Reference in New Issue
Block a user