Add CI status badge to the readme, plus a missing dependency

This commit is contained in:
2022-07-07 09:19:51 -04:00
parent b5a1bbf283
commit 4783c24779
3 changed files with 23 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh -ve
git clone --depth 1 -b 0.8 https://github.com/texus/TGUI.git
git clone --depth 1 -b 0.9 https://github.com/texus/TGUI.git
cd TGUI
export CLICOLOR_FORCE=1
cmake .