Skip to content

Latest commit

 

History

History
85 lines (54 loc) · 2.97 KB

INSTALL.md

File metadata and controls

85 lines (54 loc) · 2.97 KB

Install

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-like

Dependencies:

dbus filter_audio freetype libvpx openal v4l xext xrender

  1. First compile:

    make all
  2. Then install:

    sudo make install

If make/install really isn't your thing, you can try some precomplied binaries.

Adding a desktop launcher

Assuming that repository working copy is your current directory.

  1. Copy .desktop entry

    sudo cp ./utox.desktop /usr/share/applications/utox.desktop
  2. Make it executable

    sudo chmod +x /usr/share/applications/utox.desktop
  3. Add an icon

    sudo cp ./icons/utox-128x128.png /usr/share/pixmaps/utox.png

Archlinux

If you're lucky enough to use Archlinux, someone has an AUR package just for you!

https://aur.archlinux.org/packages/utox-git/

## OS X

No one is currently providing binaries for OSX yet... Sorry Apple people...

I guess I'll try to build it.

## Windows

Installing on windows isn't really a thing yet... you can download the nighties. They should just work.

## Android

μTox on android has been neglected too long, so we're not currently providing binaries.

Jenkins offers automatically compiled binaries. All files below link to the last successful build. See which changes are in which Jenkins build of uTox.