summaryrefslogtreecommitdiff
path: root/INSTALL.md
AgeCommit message (Collapse)Author
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
2013-08-15For me, installing check wasn't enough. check-devel was required (Fedora 19)ABrambleNinja
2013-08-07Added check to INSTALL.md, the addition of autotests requires itSean Qureshi
2013-08-04Added cmake options into INSTALLMaxim Biro
2013-08-03various fixes for first time userJae Kwon
* added linking to libsodium * fixed links to docs to point to wiki
2013-08-03typopb82
2013-08-03rearranged fedora specific instructionspb82
2013-08-03added some more details (libsodium without checkinstall)pb82
2013-08-03should be 'make check'pb82
2013-08-03installation instructions for Fedora (17)pb82
2013-08-02Merge pull request #273 from rlt3/masterirungentoo
Changing INSTALL.md in response to Issue #239
2013-08-02Forgot the include to packages to grab for the non-homebrew stepsrlt3
2013-08-02changing OSX instructions in INSTALL.md to reflect how everything worksrlt3