The following will help you get μTox installed on your computron/toaster/carrier pigeon. The focus of this guide is to get you running ASAP. And mostly deals with precomplied binaries. If you're looking to contribute (you're the real MVP) you're probably looking for Building.
For any and all of the following, you'll need to have toxcore installed first.
## Unix-likeDependencies:
dbus filter_audio freetype libvpx openal v4l xext xrender cmake
-
First compile:
mkdir build cd build cmake .. make all
-
Then install:
sudo make install
If make/install really isn't your thing, you can try some precomplied binaries.
Assuming that repository working copy is your current directory.
-
Copy
.desktop
entrysudo cp ./utox.desktop /usr/share/applications/utox.desktop
-
Make it executable
sudo chmod +x /usr/share/applications/utox.desktop
-
Add an icon
sudo cp ./icons/utox-128x128.png /usr/share/pixmaps/utox.png
If you're lucky enough to use Archlinux, someone has an AUR package just for you!
https://aur.archlinux.org/packages/utox-git/
## OS XNo one is currently providing binaries for OSX yet... Sorry Apple people... you should ask @stal888 to do something about that!
## WindowsInstalling on windows isn't really a thing yet... you can download the nighties. They should just work.
## AndroidJenkins offers automatically compiled binaries. All files below link to the last successful build.