diff options
| author | Leonetienne <leonetienne@hotmail.de> | 2022-02-12 03:42:43 +0100 |
|---|---|---|
| committer | Leonetienne <leonetienne@hotmail.de> | 2022-02-12 03:42:43 +0100 |
| commit | 719051affc9dcf477e1e919f681538246ca0d1b1 (patch) | |
| tree | e4e19f945f299efeb365a944312fc3d8b94a6797 | |
| parent | 294f0d7c208fc0a0d520340b130f9029d51f77e9 (diff) | |
Added buiwd instwuctions to readme
| -rw-r--r-- | readme.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -6,4 +6,23 @@ So i made twis. You can eitwer compiwe it yoursewf, or downwoad eitwer twe debian, or macos buiwd fwom twe [weweases tab](https://github.com/Leonetienne/UwwwuPP/releases). It shouwd compiwe on evewy pwatform twat suwpports cmake.
+## Compiwe instwuctions
+To do so, make suwe you haf cmake instawwed.
+Clown twis repositowy, and instal al dependencies via:
+```
+$ git submodule update --init --recursive
+```
+
+If it won't pul, you might haf to switch twe submoduwes remotes out for tweir https-vawiants. Twey awe git@ by defauwt.
+Twen <3 al you haf to do is to start twe mega ct3.14 buiwd:
+```
+$ cmake . && make
+```
+
+Lastwy, vewify twat your buiwd works
+```
+$ ./Uwwwu Hi, thanks for checking by!
+Hiiiiiii, you're twe best :33 xoxo for checking by!
+```
+
:33333 enyoi <3
|
