summaryrefslogtreecommitdiff
path: root/INSTALL.md
AgeCommit message (Collapse)Author
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
2014-07-04Some extra fixes.mouseym
2014-07-03Update OSX install instructions in INSTALL.mdmouseym
Removed unnecessary steps, added support for A/V libs in core and missing dependencies.
2014-06-27Fixed spacing issue in the install instructionsMaxim Biro
2014-06-27Added install instructions for cross-compiling to WindowsMaxim Biro
2014-06-20Fix FreeBSD instructions, sodium 0.5.0Sean
Sodium 0.5.0 optimizes itself on being loaded
2014-06-06Phone was removed from core a while back.irungentoo
2014-04-09whitespace fix & proper use of "i.e.,"Carlos E. Garcia
2014-03-04All OSX commands now copyright friendlykylobite
Saves confusion to those not entirely sure why "./configure--with-libsodium-headers=/usr/local/Cellar/libsodium/0.4.5/include/ --with-libsodium-libs=/usr/local/Cellar/libsodium/0.4.5/lib/" did not work.
2014-02-24Update INSTALL.mdmouseym
2014-02-22Fixed some dht bootstrap daemon related things in install.mdMaxim Biro
2014-02-19Removed user agent header from msi and updated travis build stuffmannol
2014-02-18Fixed some stuffmannol
2014-02-18Ughmannol
2014-02-01Added fixes to rtp and updated phonemannol
2014-01-28added solution to the 'Unable to locate package libopus-dev' problemKelong Cong
2014-01-26Use ssl whenever possibleSean
2014-01-26Small fixmannol
2014-01-25FBSD 10+, SunOS supportSean
2014-01-25Fixed reverting install.mdSean
2014-01-25made install.md Unix friendlySean
2014-01-25In respect to freedom, i fixed terminologymannol
2014-01-21Update INSTALL.mdbenwaffle
2014-01-17Fixed spelling.irungentoo
2014-01-16describe configuration of libsodium pathMarco Hoyer
after failing the installation with described error, I needed some time to realize that there might be a problem with the custom path of libsodium installed by homebrew, needing manual configuration. Hope this saves some time for somebody.
2013-11-19Fix instructionscl34r
sudo echo "/usr/local/lib/" >> /etc/ld.so.conf.d/locallib.conf doesn't work so well... echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf should work better.
2013-10-29Offer solution for "error while loading shared libraries: libtoxcore.so.0: ↵fr0sty
cannot open shared object file: No such file or directory". Offer solution for "error while loading shared libraries: libtoxcore.so.0: cannot open shared object file: No such file or directory".
2013-10-21Update INSTALL.mdHugo van der Wijst
Link against self build FFmpeg.
2013-10-21Update INSTALL.mdHugo van der Wijst
Add libvpx.
2013-10-20Update INSTALL.mdHugo van der Wijst
Add new build dependencies for A/V on Debian derivatives.
2013-09-28Update INSTALL.mdNominate
Included git in the apt-get so that new users can use the necessary git clone command.
2013-09-03Update INSTALL.mdjin-eld
Cleaned up bogus configure parameters and updated Win32 build instructions.
2013-09-01Update INSTALL.mddavidbaumann
2013-08-24Fixed display issue with INSTALL.mdJman012
2013-08-24Updated INSTALL.md to list clients, improved optionsSean Qureshi
2013-08-24Updated the INSTALL.md to reflect the new build systemSean Qureshi
2013-08-23Add entry to allow make installManuel Argüelles
Always compile static and shared library, SHARED_TOXCORE is depreciated, "make install" places files on default prefix.
2013-08-22Make wide character support optionalManuel Argüelles
Issue #514. FindCursesw modified to make it simpler. Wide character can be disable by passing NO_WIDECHAR=ON.
2013-08-18INSTALL.md: cd to the previous directory after installing libsodiumalezakos