Qwertickle
Qwertickle copied to clipboard
Typewriter sound effect for your keyboard on Linux
Qwertickle
A typewriter sound scheme for your keyboard!
Qwertickle is a Linux clone of Qwertick (http://www.nattyware.com/qwertick.php) by Nattyware, written by Gtk+ and Gstreamer.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Note
The sound effect used in this program is from http://www.soundjay.com, any form of redistribution is prohibited.
Build on Ubuntu 13.10
-
Install build dependences sudo apt-get install autoconf automake libtool libgtk2.0-dev libgstreamer0.10-dev libxtst-dev xorg-dev
-
Update AM_VERSION=-1.14 to AM_VERSION=-1.13 in autogen.sh
-
run ./autogen.sh ./configure make
Install on Ubuntu 13.10
-
run sudo make install
-
Install mp3 codec for gstreamer sudo apt-get install gstreamer0.10-fluendo-mp3 gstreamer1.0-fluendo-mp3