diff options
author | Nao Pross <naopross@thearcway.org> | 2018-02-11 22:58:27 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-02-11 22:58:27 +0100 |
commit | 13725400f427c69baf83b5bda0f2034e27c07d5b (patch) | |
tree | fb6d757d9bfbc56b651f090486aac035cc4d7ae4 /README.md | |
parent | Reimplement in C++ with SFML (mostly) (diff) | |
download | Subconscious-old-13725400f427c69baf83b5bda0f2034e27c07d5b.tar.gz Subconscious-old-13725400f427c69baf83b5bda0f2034e27c07d5b.zip |
Update README to add dependencies
Diffstat (limited to '')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +# Dependencies + +## Debian / Ubuntu + +``` +gradle libsfml-dev +``` |