Skip to content

Commit 527da62

Browse files
authored
Update readme.md
1 parent 7f9fcf3 commit 527da62

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

readme.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1+
2+
> [!WARNING]
3+
> This repo has not been maintained in a long while. All of the tutorials here are outdated. You're on your own here. Good luck.
4+
15
### CatWare Engine
26
CatWare is a game engine developed and used by Cat Code Software to build games.
37

48
## Building
5-
##### Note: There is currently an issue with xmake and you can't configure the project. If this is not resolved soon we might consider adding an alternate build system
6-
CatWare uses xmake to generate projects. Install xmake here https://xmake.io
7-
To generate a Visual Studio solution open your terminal and run ```xmake project -k vsxmake2022 -m "debug;release"``` or see [this tutorial](https://github.com/CatCodeSoftware/CatWareEngine/blob/main/Docs/Tutorials/0.%20Creating%20a%20project.md) to see how to include the engine in your project.
9+
CatWare uses cmake to generate projects.
10+
To generate build files open your terminal and run
11+
```sh
12+
mkdir bulid
13+
cd build
14+
cmake .. -DCMAKE_BUILD_TYPE=Release
15+
```
816

917
## Tutorials
1018
All tutorials are located in [Docs/Tutorials](https://github.com/CatCodeSoftware/CatWareEngine/tree/main/Docs/Tutorials)

0 commit comments

Comments
 (0)