commit
8c05d2f5d8
@ -1,3 +1,4 @@
|
||||
[submodule "Src/Lib/StringTools"]
|
||||
path = Src/Lib/StringTools
|
||||
url = git@github.com:Leonetienne/StringTools.git
|
||||
url = git@gitea.leon.etiennes.de:leonetienne/StringTools.git
|
||||
|
||||
|
@ -0,0 +1,43 @@
|
||||
# Uwwwwu<sup>PP</sup>
|
||||
|
||||
[](https://github.com/Leonetienne/UwwwuPP)
|
||||
[](https://github.com/Leonetienne/UwwwuPP)
|
||||
[](https://github.com/Leonetienne/UwwwuPP)
|
||||
[](https://github.com/Leonetienne/UwwwuPP)
|
||||
[](https://github.com/Leonetienne/UwwwuPP)
|
||||
[](https://github.com/Leonetienne/UwwwuPP/releases/tag/1)
|
||||
[](https://github.com/Leonetienne/UwwwuPP)
|
||||
[](https://github.com/Leonetienne/UwwwuPP)
|
||||
[](https://github.com/Leonetienne/UwwwuPP)
|
||||
|
||||
I was looking for an uwwwwwuifier that supported input from
|
||||
stdin and from parameters, that doesn't need 500.000 bloated dependencies to work.
|
||||
So i made this.
|
||||
|
||||
You do have to compile it yourself. I do not fancy providing a hundred different binaries
|
||||
for each distribution. But it is really easy.
|
||||
|
||||
## Compile instructions
|
||||
To do so, make sure you have cmake installed.
|
||||
Clone this repository, and install all dependencies via:
|
||||
```
|
||||
$ git submodule update --init --recursive
|
||||
```
|
||||
|
||||
If they won't pull, you might have to switch the submodules remotes out for their
|
||||
https-variants. They are git@ by default, which requires your ssh to be set up with github.
|
||||
Then all you have to do is to start the build:
|
||||
```
|
||||
$ cmake Src -B build
|
||||
$ cd build
|
||||
$ make
|
||||
```
|
||||
|
||||
Lastly, verify that your build works correctly:
|
||||
```
|
||||
$ ./Uwwwu Hello, thanks for paying this repository a visit :D
|
||||
Hiiiiiiiiiiiii, you're twe best :33 xoxo for paaaying twis repositowy a visit :3
|
||||
```
|
||||
|
||||
:33333 enyoi <3
|
||||
|
Loading…
Reference in new issue