GuiLite/gui/README.md

14 lines
450 B
Markdown
Raw Normal View History

2017-12-06 21:43:47 +08:00
## How to build gui libary for Windows?
depdency: Windows 10, visul stdio 2015/2017
- Open "gui.sln" by Visual studio 2017
- Click `build`
## How to build gui libary for Linuxx64 & arm?
- `cmake .`
- `make`
## How to build gui libary for Android?
- `sudo apt-get install gcc-arm-linux-androideabi`
- `cmake cmake -D CMAKE_C_COMPILER="/usr/bin/arm-linux-androideabi-gcc" -D CMAKE_CXX_COMPILER="/usr/bin/arm-linux-androideabi-g++" .`
- `make`