add build instructions for Windows

This commit is contained in:
Recep Aslantas
2017-04-22 14:59:01 +03:00
parent 12ea809e0a
commit 76107064d7

View File

@@ -92,10 +92,19 @@ $ [sudo] make install
``` ```
### Windows (MSBuild) ### Windows (MSBuild)
Windows related build files, project files are located in `win` folder,
make sure you are inside `cglm/win` folder.
Code Analysis are enabled, it may take awhile to build
```text ```Powershell
TODO: $ cd win
$ .\build.bat
``` ```
if `msbuild` won't work (because of multi version VS) then try to build with `devenv`:
```Powershell
$ devenv cglm.sln /Build Release
```
##How to use ##How to use
If you want to use inline versions of funcstions then; include main header If you want to use inline versions of funcstions then; include main header
```C ```C