Skip to content

Commit

Permalink
create readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhongmin committed Jul 24, 2023
1 parent 505feaa commit daff8c0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# build cimgui with glfw3

## git

``` shell
git clone --recursive https://github.com/jinzhongmin/libgoimgui
```

## build
``` shell
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX="../install" ../libgoimgui
make install # or ninja install
```

0 comments on commit daff8c0

Please sign in to comment.