Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-09 | whitespace fix & proper use of "i.e.," | Carlos E. Garcia | |
2014-03-04 | All OSX commands now copyright friendly | kylobite | |
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-24 | Update INSTALL.md | mouseym | |
2014-02-22 | Fixed some dht bootstrap daemon related things in install.md | Maxim Biro | |
2014-02-19 | Removed user agent header from msi and updated travis build stuff | mannol | |
2014-02-18 | Fixed some stuff | mannol | |
2014-02-18 | Ugh | mannol | |
2014-02-01 | Added fixes to rtp and updated phone | mannol | |
2014-01-28 | added solution to the 'Unable to locate package libopus-dev' problem | Kelong Cong | |
2014-01-26 | Use ssl whenever possible | Sean | |
2014-01-26 | Small fix | mannol | |
2014-01-25 | FBSD 10+, SunOS support | Sean | |
2014-01-25 | Fixed reverting install.md | Sean | |
2014-01-25 | made install.md Unix friendly | Sean | |
2014-01-25 | In respect to freedom, i fixed terminology | mannol | |
2014-01-21 | Update INSTALL.md | benwaffle | |
2014-01-17 | Fixed spelling. | irungentoo | |
2014-01-16 | describe configuration of libsodium path | Marco 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-19 | Fix instructions | cl34r | |
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-29 | Offer 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-21 | Update INSTALL.md | Hugo van der Wijst | |
Link against self build FFmpeg. | |||
2013-10-21 | Update INSTALL.md | Hugo van der Wijst | |
Add libvpx. | |||
2013-10-20 | Update INSTALL.md | Hugo van der Wijst | |
Add new build dependencies for A/V on Debian derivatives. | |||
2013-09-28 | Update INSTALL.md | Nominate | |
Included git in the apt-get so that new users can use the necessary git clone command. | |||
2013-09-03 | Update INSTALL.md | jin-eld | |
Cleaned up bogus configure parameters and updated Win32 build instructions. | |||
2013-09-01 | Update INSTALL.md | davidbaumann | |
2013-08-24 | Fixed display issue with INSTALL.md | Jman012 | |
2013-08-24 | Updated INSTALL.md to list clients, improved options | Sean Qureshi | |
2013-08-24 | Updated the INSTALL.md to reflect the new build system | Sean Qureshi | |
2013-08-23 | Add entry to allow make install | Manuel Argüelles | |
Always compile static and shared library, SHARED_TOXCORE is depreciated, "make install" places files on default prefix. | |||
2013-08-22 | Make wide character support optional | Manuel Argüelles | |
Issue #514. FindCursesw modified to make it simpler. Wide character can be disable by passing NO_WIDECHAR=ON. | |||
2013-08-18 | INSTALL.md: cd to the previous directory after installing libsodium | alezakos | |
2013-08-15 | For me, installing check wasn't enough. check-devel was required (Fedora 19) | ABrambleNinja | |
2013-08-07 | Added check to INSTALL.md, the addition of autotests requires it | Sean Qureshi | |
2013-08-04 | Added cmake options into INSTALL | Maxim Biro | |
2013-08-03 | various fixes for first time user | Jae Kwon | |
* added linking to libsodium * fixed links to docs to point to wiki | |||
2013-08-03 | typo | pb82 | |
2013-08-03 | rearranged fedora specific instructions | pb82 | |
2013-08-03 | added some more details (libsodium without checkinstall) | pb82 | |
2013-08-03 | should be 'make check' | pb82 | |
2013-08-03 | installation instructions for Fedora (17) | pb82 | |
2013-08-02 | Merge pull request #273 from rlt3/master | irungentoo | |
Changing INSTALL.md in response to Issue #239 | |||
2013-08-02 | Forgot the include to packages to grab for the non-homebrew steps | rlt3 | |
2013-08-02 | changing OSX instructions in INSTALL.md to reflect how everything works | rlt3 | |
2013-08-01 | Update INSTALL.md | bigfack | |
2013-08-01 | Some clarifications | Maxim Biro | |
2013-08-01 | add cmake to brew packages | Anthony Ettinger | |
2013-07-31 | touch up docs to link to eachother | Dave Eddy | |
2013-07-31 | Adding homebrew commands to INSTALL | Devon Stewart | |
2013-07-30 | Added a note about libconfig | Maxim Biro | |