Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyGaul committed Oct 11, 2024
2 parents 53c0ab1 + a470d49 commit 1d0bb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Building CF should be done with CMake. The reason CMake is chosen, is it's one o
It's highly recommended to use CF's [Cmake project template](https://github.com/RandyGaul/cute_framework_project_template#cmake-101-walkthrough) and follow along these steps with it!
1. Download and install CMake (v3.14 or higher, you can just get the latest version). CMake is for easy cross-platform building. Also install [git](https://git-scm.com/downloads). If you're new to git and a Windows user it's highly recommended to use [Github Desktop](https://desktop.github.com/).
1. Download and install CMake (v3.14 or higher, you can just get the latest version). CMake is for easy cross-platform building. Also install [git](https://git-scm.com/downloads). If you're new to git and a Windows user it's highly recommended to use [GitHub Desktop](https://desktop.github.com/).
2. Copy CMakeLists.txt ([this one here](https://github.com/RandyGaul/cute_framework_project_template/blob/main/CMakeLists.txt)) into the top-level of your project directory.
3. Find + replace "mygame" to your game name (no underscores, spaces, or special characters allowed).
4. Make a folder called `src` in the top-level of your project, and place your initial `main.cpp` there.
Expand Down

0 comments on commit 1d0bb61

Please sign in to comment.