From d8c676bb010f4c317b4455382fa8b8a1fa5eea7c Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Thu, 18 Feb 2021 01:20:48 -0500 Subject: [PATCH 1/2] Remove references to Jenkins Since we are shutting it down --- INSTALL.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 223733a907..75fd61a3f7 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -23,7 +23,6 @@ These instructions will guide you through the process of building and installing - [Cross-compiling from Linux](#cross-compiling-from-linux) - [Pre-built binaries](#pre-built-binaries) - [Linux](#linux) - - [Windows](#windows-1) ## Overview @@ -259,12 +258,3 @@ After the build succeeds, you should see the built toxcore libraries in `/path/t Toxcore is packaged by at least by the following distributions: ALT Linux, [Arch Linux](https://www.archlinux.org/packages/?q=toxcore), [Fedora](https://apps.fedoraproject.org/packages/toxcore), Mageia, openSUSE, PCLinuxOS, ROSA and Slackware, [according to the information from pkgs.org](https://pkgs.org/download/toxcore). Note that this list might be incomplete and some other distributions might package it too. Debian and Ubuntu packages are available in [tox.chat's package repository](https://tox.chat/download.html#gnulinux). - -### Windows - -There are nightly cross-compiled binaries available on Jenkins. - -| | Shared | Static | -|--------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| 32-bit | [Download](https://build.tox.chat/job/libtoxcore-toktok_build_windows_x86_shared_release/lastSuccessfulBuild/artifact/libtoxcore-toktok_build_windows_x86_shared_release.zip) | [Download](https://build.tox.chat/job/libtoxcore-toktok_build_windows_x86_static_release/lastSuccessfulBuild/artifact/libtoxcore-toktok_build_windows_x86_static_release.zip) | -| 64-bit | [Download](https://build.tox.chat/job/libtoxcore-toktok_build_windows_x86-64_shared_release/lastSuccessfulBuild/artifact/libtoxcore-toktok_build_windows_x86-64_shared_release.zip) | [Download](https://build.tox.chat/job/libtoxcore-toktok_build_windows_x86-64_static_release/lastSuccessfulBuild/artifact/libtoxcore-toktok_build_windows_x86-64_static_release.zip) | From 6f3cdb1780626ae5718d41fc6f1feb27ecaeb3b8 Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Thu, 18 Feb 2021 01:21:44 -0500 Subject: [PATCH 2/2] Remove references to Tox's package repository Since it's shut down --- INSTALL.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 75fd61a3f7..7b2c331143 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -256,5 +256,3 @@ After the build succeeds, you should see the built toxcore libraries in `/path/t ### Linux Toxcore is packaged by at least by the following distributions: ALT Linux, [Arch Linux](https://www.archlinux.org/packages/?q=toxcore), [Fedora](https://apps.fedoraproject.org/packages/toxcore), Mageia, openSUSE, PCLinuxOS, ROSA and Slackware, [according to the information from pkgs.org](https://pkgs.org/download/toxcore). Note that this list might be incomplete and some other distributions might package it too. - -Debian and Ubuntu packages are available in [tox.chat's package repository](https://tox.chat/download.html#gnulinux).