mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 20:08:31 +01:00
Make git commands in README.md code blocks
This way they can be copied and `https://github.com/cimgui/cimgui.git` won't be shortened to `cimgui/cimgui.git`.
This commit is contained in:

committed by
Victor Bombi

parent
0e408d392e
commit
0842366596
@@ -20,8 +20,8 @@ Notes:
|
|||||||
# compilation
|
# compilation
|
||||||
|
|
||||||
* clone
|
* clone
|
||||||
* git clone --recursive https://github.com/cimgui/cimgui.git
|
* `git clone --recursive https://github.com/cimgui/cimgui.git`
|
||||||
* git submodule update
|
* `git submodule update`
|
||||||
* compile
|
* compile
|
||||||
* using makefile on linux/macOS/mingw (Or use CMake to generate project)
|
* 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)
|
* cmake options are IMGUI_STATIC (compiling as static library), IMGUI_FREETYPE (for using Freetype2) and FREETYPE_PATH (Freetype2 cmake install location)
|
||||||
|
Reference in New Issue
Block a user