Skip to content

Commit

Permalink
updated readme to reflect latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
greeenlaser committed Dec 14, 2023
1 parent bfb47dd commit 741e3d5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ Elypso engine is an open source C++ OpenGL engine used in Windows. The engine is
### Setup

```
- right-click the source directory folder and click open with visual studio to edit the source code
- run RUN_ME.bat to configure cmake at first setup and whenever you make file changes
- run RUN_ME.bat to generate the executable with the build command
- source code can be edited by right-clicking the Elypso engine folder and opening with visual Studio
RUN_ME.bat has useful mechanics:
- reconfigure cmake (if something breaks or if you change file hierarchy or add new files)
- generate build files (must do this step before install so the necessary files are generated for installation)
- install engine (only handles the copying of the files to the final path and cleans old files if any exist)
- reset (if visual studio breaks or you just want a clean sheet)
```

### Logs
Expand Down

0 comments on commit 741e3d5

Please sign in to comment.