Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
binaries [2015/09/14 02:42]
zero_one [Table]
binaries [2016/02/29 05:05]
jfreegman [Debian / Ubuntu]
Line 13: Line 13:
 ===== Windows ===== ===== Windows =====
  
-^ Name                                                                                                                                                    ^ Arch       ^ Build Author  ^ Status   ^ +^ Name                                                                                                                               ^ Arch       ^ Build Author  ^ Status   ^ 
-| [[https://build.tox.chat/view/Clients/job/qTox_build_windows_x86-64_release/lastSuccessfulBuild/artifact/qTox_build_windows_x86-64_release.zip| qTox]]  | 64 bit     | Jenkins       Nightly  | +| [[https://build.tox.chat/view/qtox/job/qTox_pkg_windows_x86-64_stable_release/lastSuccessfulBuild/artifact/setup-qtox.exe| qTox]]  | 64 bit     | Jenkins       Release  | 
-| [[https://build.tox.chat/view/Clients/job/qTox_build_windows_x86_release/lastSuccessfulBuild/artifact/qTox_build_windows_x86_release.zip| qTox]]        | 32 bit     | Jenkins       Nightly  | +| [[https://build.tox.chat/view/qtox/job/qTox_pkg_windows_x86_stable_release/lastSuccessfulBuild/artifact/setup-qtox.exe| qTox]]     | 32 bit     | Jenkins       Release  | 
-| [[https://github.com/notsecure/utox-update/releases/download/latest/utox_runner.zip|µTox]]                                                              | 32/64 bit  | irungentoo    | Weekly   |+| [[https://github.com/notsecure/utox-update/releases/download/latest/utox_runner.zip|µTox]]                                         | 32/64 bit  | irungentoo    | Weekly   |
  
  
 ===== Mac OS X ===== ===== Mac OS X =====
  
-^ Name                                                        ^ Arch                 ^ Type  ^ Build Author  ^ Status   +^ Name                                                            ^ Arch                 ^ Type  ^ Build Author  ^ Status       
-| [[https://zodiaclabs.org/storage/c1/uTox-0.3.2.dmg| µTox]]  | 64-bit (OS X 10.7+)  | dmg   | stal          | Monthly  |+| [[https://github.com/GrayHatter/uTox/releases| µTox]]           | 64-bit (OS X 10.7+)  | dmg   | stal          | As required  
 +| [[https://github.com/RowenStipe/qTox-OSX/releases| qTox]]       | 64-bit (OS X 10.7+)  | dmg   | Rowen_Stipe   | Weekly       |
  
 ===== Mobile clients ===== ===== Mobile clients =====
  
-==== Android (Warning: Experimental) ==== +==== Android ==== 
-[[https://github.com/subliun/Antox| Subliun]] has ported antox to tox4j the new toxcore java wrapperAntox is actively maintained.+[[https://github.com/Antox/Antox| Antox]], created by [[https://github.com/Astonex| Mark Winter]].
  
  
Line 36: Line 37:
 === F-droid === === F-droid ===
  
-Add repository in F-droid: <code>https://antox.me/fdroid/repo</code>+Add repository in F-droid: <code>https://pkg.tox.chat/fdroid/repo</code>
  
 === Google play beta === === Google play beta ===
- //coming soon// +https://plus.google.com/communities/103125800027884896310
  
 ==== iOS ==== ==== iOS ====
Line 49: Line 49:
 ===== GNU/Linux ===== ===== GNU/Linux =====
  
-==== DebianUbuntu, Mint, etc. ====+==== Debian Ubuntu ====
  
-You may need to remove old repository before adding current one.+Our apt repository contains packages for both Debian and Ubuntu, as well as statically-compiled packages that should function on any other distro using apt as its package manager.
  
-To add current repository:+If you were a user of either of our previous debian repositories, please remove 
 +the keys you installed before continuing. See the apt-key man page for more 
 +detail. 
 + 
 +To be able to install packages from this repository, run the following in your shell. Be sure to replace "$CODENAME" with the release codename of your distribution (jessie, stretch or sid for Debian and trusty or vivid for Ubuntu). 
 +If you use another Debian-based distribution like Ubuntu 14.04 Trusty or Elementary OS, just replace "$CODENAME" by "release" 
 + 
 +Warning - at this time we do not have packages for trusty - you shall have to use the generic "release" codename. We currently only support sid, jessie, stretch, vivid and wily. Use the statically linked releases at your own discretion.
  
 <code bash> <code bash>
-echo "deb https://pkg.tox.chat/debian nightly release" | sudo tee /etc/apt/sources.list.d/tox.list+echo "deb https://pkg.tox.chat/debian nightly $CODENAME" | sudo tee /etc/apt/sources.list.d/tox.list
 wget -qO - https://pkg.tox.chat/debian/pkg.gpg.key | sudo apt-key add - wget -qO - https://pkg.tox.chat/debian/pkg.gpg.key | sudo apt-key add -
 sudo apt-get install apt-transport-https sudo apt-get install apt-transport-https
 sudo apt-get update sudo apt-get update
-</code> 
- 
-And to install e.g. [[clients:qTox]]: 
-<code bash> 
-sudo apt-get install qtox 
-</code> 
-or, if you have Ubuntu with Unity environment: 
-<code bash> 
-sudo apt-get install qtox-unity 
 </code> </code>
 ==== Gentoo ==== ==== Gentoo ====
Print/export