We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c68135a + 4e205a8 commit c86579fCopy full SHA for c86579f
README.md
@@ -19,3 +19,8 @@ C:\> choco install grib-tools
19
20
##### Building
21
You can build directly with Visual Studio using `./build/Grib.Api.Master.sln`.
22
+
23
+To build x86 and x64 libs together, you can run `build\build_gribapi.cmd [re|build] [vs tools version] [Debug|Release] [opt: package version]`, e.g.
24
+```shell
25
+C:\> build\build_gribapi.cmd rebuild 12 Debug
26
+```
0 commit comments