Convert UTF16 file to UTF8.

Add premake project to build on Linux.
This commit is contained in:
Syoyo Fujita
2019-01-14 21:30:53 +09:00
parent 207b7b3ebd
commit 1ed7c4a2bf
3 changed files with 63 additions and 0 deletions

19
examples/basic/README.md Normal file
View File

@@ -0,0 +1,19 @@
# Basic glTF viewer
## Requirements
* glfw3
* premake5(linux)
## Build on Linux
```
$ premake5 gmake
$ make
```
## Build on Visual Studio
Plese use solution file located at `basic` folder.