We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4dec1 commit 6d34d6aCopy full SHA for 6d34d6a
README.md
@@ -1,3 +1,17 @@
1
-# RStat-cpp
2
-# TODO add Likes
+# RStats C++
+### RStats Its A Roblox Game Stats Viewer Written in C++
3
+## Compilation
4
+```bash
5
+# Clone Repo
6
+mkdir build
7
+cd build
8
+cmake .. # On Windows Add -G "MinGW Makefiles" if Youre Using MinGW
9
+make # Add -j(number of Threads) to make building faster
10
+cp ../CopyToBuildFolder/* ./
11
+# Done!
12
+```
13
+
14
+## Screen Shoots
15
+<img width="355" height="447" alt="image" src="https://github.com/user-attachments/assets/3a339967-8f70-4e47-85af-f5352f0572cc" /> </br>
16
<img width="401" height="239" alt="image" src="https://github.com/user-attachments/assets/024bd6e8-2d62-4a19-a765-1fe02fe4d6e3" />
17
0 commit comments