📝 Update readme with cmake

This commit is contained in:
2021-08-23 13:36:13 +02:00
parent 6e23d82c0a
commit 166f9ed947
4 changed files with 78 additions and 9 deletions

View File

@@ -2,4 +2,41 @@
Some bashscripts for installing devtools on Ubuntu
`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-conan.sh" | sudo bash`
Available tools:
### cmake
Repo: https://github.com/kitware/cmake
`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-cmake.sh" | sudo bash`
### sccache
Repo: https://github.com/mozilla/sccache
`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-sccache.sh" | sudo bash`
### duf
Repo: https://github.com/muesli/duf
`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-duf.sh" | sudo bash`
### lazygit
Repo: https://github.com/jesseduffield/lazygit
`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-lazygit.sh" | sudo bash`
### butler
Repo: https://github.com/itchio/butler
`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-butler.sh" | sudo bash`
### conan
Repo: https://github.com/conan-io/conan
`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-conan.sh" | sudo bash`