Merge pull request #153 from tversteeg/patch-1

Make git commands in README.md code blocks
This commit is contained in:
Victor Bombi
2020-10-06 20:13:54 +02:00
committed by GitHub

View File

@@ -20,8 +20,8 @@ Notes:
# compilation
* clone
* git clone --recursive https://github.com/cimgui/cimgui.git
* git submodule update
* `git clone --recursive https://github.com/cimgui/cimgui.git`
* `git submodule update`
* compile
* using makefile on linux/macOS/mingw (Or use CMake to generate project)
* cmake options are IMGUI_STATIC (compiling as static library), IMGUI_FREETYPE (for using Freetype2) and FREETYPE_PATH (Freetype2 cmake install location)