Updated readme

This commit is contained in:
o9000
2015-05-23 09:45:14 +00:00
parent f59702054d
commit cc826cbcb5

View File

@@ -1,14 +1,14 @@
### New unstable release: 0.12-rc4 ### New unstable release: 0.12-rc5
Changes: https://gitlab.com/o9000/tint2/blob/master/ChangeLog Changes: https://gitlab.com/o9000/tint2/blob/master/ChangeLog
Documentation: https://gitlab.com/o9000/tint2/wikis/home Documentation: https://gitlab.com/o9000/tint2/wikis/home
Try it out with (see also [dependencies](https://gitlab.com/o9000/tint2/wikis/Install#dependencies)): Try it out with (see also [dependencies](https://gitlab.com/o9000/tint2/wikis/Install#dependencies)):
``` ```
mkdir tint2-0.12-rc4 mkdir tint2-0.12-rc5
cd tint2-0.12-rc4 cd tint2-0.12-rc5
wget 'https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=v0.12-rc4' --output-document tint2-0.12-rc4.tar.gz wget 'https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=v0.12-rc5' --output-document tint2-0.12-rc5.tar.gz
tar -xzf tint2-0.12-rc4.tar.gz tar -xzf tint2-0.12-rc5.tar.gz
cd tint2.git cd tint2.git
mkdir build mkdir build
cd build cd build