-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,9 @@ This file serves more as a reminder to me, so don't expect it to be complete. | |
|
||
### Steps | ||
|
||
0. Be sure to clone with clone recursive: `git clone --recursive [email protected]:ctreffs/SwiftImGui.git` | ||
1. In submodule 3rdparty/cimgui | ||
0. `git submodule update --init --recursive` | ||
1. Merge latest master from <https://github.com/cimgui/cimgui> | ||
2. Apply fixes if neccessary (i.e. generator.sh updates or #defines - see i.e. Adjust generator to include the correct defs 78ebaaf Christian Treffs <[email protected]> 24. Oct 2019 at 16:03) | ||
3. Commit and push to generator-fix branch | ||
|