summaryrefslogtreecommitdiff
path: root/INSTALL.md
AgeCommit message (Collapse)Author
2020-04-04Add minimal save generatorMaxim Biro
2020-03-02Remove testing/av_test.c.iphydf
It's a maintenance burden. Nobody uses this. It depends on an ancient version of opencv that less and less systems actually have.
2019-11-17bump libsodium version in appveyor.yml and windows Dockerfilezugz (tox)
2018-12-11Add cmake option for building additional testszugz (tox)
Closes #1262
2018-10-07Add AUTOTEST Option to CMakeLists.txtchrono
2018-10-07Default to not defining MIN_LOGGER_LEVEL in CMakeMaxim Biro
That way CMake's behavior matches what autotools does -- letting toxcore/logger.h handle the default case.
2018-09-02Use `code font` for tool names and flags in INSTALL.md.iphydf
2018-02-11Look for dependencies in third_party/Robin Lindén
2018-02-09Remove libcheck from the dependencies.iphydf
We're not gaining much from this library, and it's a burden, especially for windows development.
2018-02-08Add MSVC compilation instructionsRobin Lindén
2018-02-06Move tox_shell program to the toxins repository.iphydf
https://github.com/TokTok/toxins/tree/master/tox_shell
2018-02-06Move irc_syncbot to the toxins repository.iphydf
2018-02-05Move the tox_sync tool to the toxins repository.iphydf
2018-01-25Update install instructions to use CMakeMaxim Biro
2018-01-20Remove nTox from the repo.iphydf
It's a maintenance burden nobody uses. Let's make toxic the official console client, instead.
2017-12-29Remove deprecated ToxDNSiphydf
Based on #331. Fixes #42.
2017-09-20Fix typos in docsdartraiden
2017-08-30Configure needs to find libsodium headers.James
Add soft-links for them, in the places that it expects.
2017-04-19Fix markdown formattingMaxim Biro
2017-01-05docs(INSTALL): Bring back autotools instructionsZetok Zalbavar
Reverted, since apparently cmake is not supposed to be used for things other than testing/development and causes client build failures. Apparently making it work for clients would require complicating maintenance, which clearly can't be done. This reverts commit 48ddb115995f2bb55a736ae4cc54c70f3d34eeb4.
2017-01-03Add a separate configure switch for DHT_bootstrapSergey 'Jin' Bostandzhyan
closes #319
2016-10-26Merge remote-tracking branch 'zetok/docs-install'iphydf
2016-10-25docs: correct instructions for cloning & harden agains repo name changesZetok Zalbavar
2016-10-25Corrected libsodium tagCorey Sheldon
-tags/1.0.3 +tags/1.0.11 Also expanded the @"Rpm Development Tools" bit for clarity and sanity across the instructions.
2016-09-30docs(INSTALL): update compiling instructions for LinuxZetok Zalbavar
Also change links from irungentoo/toxcore to TokTok/toxcore
2016-08-20docs(INSTALL.md): update instructions for GentooZetok Zalbavar
2015-10-14updated git repo urlsVishnu Ks
updated the git urls from `git` to `https`. The old urls are no longer supported
2015-09-15Merge branch 'patch-1' of https://github.com/passiweinberger/toxcoreirungentoo
2015-09-09Fix ubuntu git link for libvpxPascal Weinberger
2015-08-08Install instructions: Use 1.0.3 tag for libsodiumrandoms
2015-07-27Fix libVPX git repositoryGitgud Software
The libVPX repository has been moved, as specified here: http://www.webmproject.org/code/
2015-07-12INSTALL.md: some formatting improvements and fixesZetok Zalbavar
Note that Fedora dependencies section still needs to be actually checked by someone who runs Fedora and would know whether info is right or not.
2015-07-09Update INSTALL.mdCorey Sheldon
2015-07-09Update info for FedoraCorey Sheldon
--Updated calls to package manager which is now dnf by default --Mention of using /etc/ld.so.conf directly which works and in most distros *SHOULD NOT* cause global override issues
2015-07-07Link changes.irungentoo
2015-06-30Install instructions: Use 1.0.3 tag for libsodiumScott
2015-06-03Update INSTALL.md a bitZetok Zalbavar
* add install instructions for Gentoo * adjust build instructions for presence of libsodium in some distros
2015-04-20Fix markdown formattingUrras
2015-02-03Move OS X install scriptUrras
2014-12-23Update INSTALL.mdZetok Zalbavar
pkg-config is required for proper autodetection of opus and vpx, without it they are not detected by ./configure on Debian 7.
2014-11-28Fedora package name correctionMyroslav Opyr
2014-10-22Update to Libsodium 1.0.0 since backward-compatibility is guaranteed through ↵Urras
all the 1.x.y releases.
2014-10-07Update INSTALL.mdlyubod
2014-10-07Update INSTALL.mdlyubod
Added MacPorts related info. to Section heading "OS X Non-homebrew"
2014-09-22Updated cross-compile instructionsMaxim Biro
2014-09-16Use libsodium 0.7.0+ (more thorough though)dubslow
2014-09-02Linked toxav in the main dependencies section.mouseym
2014-08-30Update INSTALL.mdThorbjørn Lindeijer
Renamed ProjectTox-Core to toxcore, as seems to have been done with the repository.
2014-08-23Updated Windows cross-compiling instructionsMaxim Biro
2014-07-06Update for OS X build instructiontoxxxer