Release 0.12.9

This commit is contained in:
o9000
2016-04-02 14:11:01 +02:00
parent ad675495e6
commit d2b32d528f
2 changed files with 12 additions and 9 deletions

View File

@@ -1,26 +1,26 @@
# New stable release: 0.12.8
Changes: https://gitlab.com/o9000/tint2/blob/0.12.8/ChangeLog
# New stable release: 0.12.9
Changes: https://gitlab.com/o9000/tint2/blob/0.12.9/ChangeLog
Documentation: https://gitlab.com/o9000/tint2/wikis/Configure
Try it out with (see also [dependencies](https://gitlab.com/o9000/tint2/wikis/Install#dependencies)):
Compile it with (see also [dependencies](https://gitlab.com/o9000/tint2/wikis/Install#dependencies)):
```
git clone https://gitlab.com/o9000/tint2.git
cd tint2
git checkout 0.12.8
git checkout 0.12.9
mkdir build
cd build
cmake ..
make -j4
./tint2 &
./src/tint2conf/tint2conf &
```
To install from source, also run (as root):
To install, run (as root):
```
make install
```
And then you can run the panel `tint2` and the configuration program `tint2conf`.
Please report any problems to https://gitlab.com/o9000/tint2/issues. Your feedback is much appreciated.
P.S. GitLab is now the official location of the tint2 project, migrated from Google Code, which is shutting down. In case you are wondering why not GitHub, BitBucket etc., we chose GitLab because it is open source, it is mature and works well, looks cool and has a very nice team.