These are emojigun install instructions for linux. If you are looking for the windows version, you should just download the latest release.
Emojigun is currently only tested on linux systems which use the X window system (X11)
- CMake 3.8+
- QT5
- Xlib
- xclip
- qt5 x11 extras
- tk
apt-get install qt5-default libqt5x11extras5 cmake libx11-dev xclip g++ tk-dev tk8.5-dev libqt5x11extras5-devgit clone --recursive https://github.com/darksworm/emojigun.git
mkdir emojigun/src/build
cd emojigun/src/build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
sudo make installSee compliation, then
sudo make installand then emojigun should be available in your shell. Launch it with
emojigunsee usage instructions: USAGE.md