Commit Graph

49 Commits

Author SHA1 Message Date
benwaffle
03e41b872c Update INSTALL.md 2014-01-21 19:05:16 -05:00
irungentoo
91b06da0c3 Fixed spelling. 2014-01-17 18:10:32 -05:00
Marco Hoyer
db2a4073c5 describe configuration of libsodium path
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.
2014-01-16 21:07:06 +01:00
cl34r
6bd77a2549 Fix instructions
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-11-19 12:48:12 -05:00
fr0sty
b903a314d9 Offer solution for "error while loading shared libraries: libtoxcore.so.0: 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-29 13:10:44 -04:00
Hugo van der Wijst
af2d55db22 Update INSTALL.md
Link against self build FFmpeg.
2013-10-21 11:55:43 +02:00
Hugo van der Wijst
c03a36359a Update INSTALL.md
Add libvpx.
2013-10-21 00:16:54 +02:00
Hugo van der Wijst
57f3a01211 Update INSTALL.md
Add new build dependencies for A/V on Debian derivatives.
2013-10-20 21:19:46 +02:00
Nominate
62e7d6bbb7 Update INSTALL.md
Included git in the apt-get so that new users can use the necessary git clone command.
2013-09-28 09:22:20 +01:00
jin-eld
0fed441e80 Update INSTALL.md
Cleaned up bogus configure parameters and updated Win32 build instructions.
2013-09-03 13:23:40 +03:00
davidbaumann
cbe7eb7a77 Update INSTALL.md 2013-09-01 00:04:15 +08:00
Jman012
4b6db8db7d Fixed display issue with INSTALL.md 2013-08-24 19:42:58 -07:00
Sean Qureshi
cb9a0a5ded Updated INSTALL.md to list clients, improved options 2013-08-24 14:07:03 -07:00
Sean Qureshi
e1259363ed Updated the INSTALL.md to reflect the new build system 2013-08-24 00:17:04 -07:00
Manuel Argüelles
d746a01fbc Add entry to allow make install
Always compile static and shared library, SHARED_TOXCORE is
depreciated, "make install" places files on default prefix.
2013-08-23 14:10:17 -05:00
Manuel Argüelles
7ffa4017aa Make wide character support optional
Issue #514. FindCursesw modified to make it simpler. Wide character
can be disable by passing NO_WIDECHAR=ON.
2013-08-22 15:57:34 -05:00
alezakos
847d6cd07a INSTALL.md: cd to the previous directory after installing libsodium 2013-08-18 15:45:46 +03:00
ABrambleNinja
36dfea3b5e For me, installing check wasn't enough. check-devel was required (Fedora 19) 2013-08-15 04:07:43 +00:00
Sean Qureshi
6a84fd6f0b Added check to INSTALL.md, the addition of autotests requires it 2013-08-07 17:01:36 -07:00
Maxim Biro
ca3380ba2f Added cmake options into INSTALL 2013-08-04 22:43:45 -04:00
Jae Kwon
158751cb2d various fixes for first time user
* added linking to libsodium
* fixed links to docs to point to wiki
2013-08-03 14:46:52 -07:00
pb82
b838c867d8 typo 2013-08-03 13:37:15 +02:00
pb82
7b112116db rearranged fedora specific instructions 2013-08-03 13:36:01 +02:00
pb82
0ba09a798d added some more details (libsodium without checkinstall) 2013-08-03 13:32:56 +02:00
pb82
e874c5b0f6 should be 'make check' 2013-08-03 13:19:39 +02:00
pb82
4175f73ea8 installation instructions for Fedora (17) 2013-08-03 13:16:52 +02:00
irungentoo
948c82a0cb Merge pull request #273 from rlt3/master
Changing INSTALL.md in response to Issue #239
2013-08-02 11:30:43 -07:00
rlt3
e13e714099 Forgot the include to packages to grab for the non-homebrew steps 2013-08-02 13:50:02 -04:00
rlt3
14c8f7f6f8 changing OSX instructions in INSTALL.md to reflect how everything works 2013-08-02 13:42:30 -04:00
bigfack
ca4d8de765 Update INSTALL.md 2013-08-01 16:07:43 -05:00
Maxim Biro
1c9f10d563 Some clarifications 2013-08-01 15:19:00 -04:00
Anthony Ettinger
dba9f18213 add cmake to brew packages 2013-08-01 03:25:40 -07:00
Dave Eddy
a784c852f4 touch up docs to link to eachother 2013-07-31 17:15:32 -04:00
Devon Stewart
fedb82e9d6 Adding homebrew commands to INSTALL 2013-07-31 16:05:29 +09:00
Maxim Biro
60250546ca Added a note about libconfig 2013-07-30 13:27:32 -04:00
irungentoo
b94d9d6765 Merge branch 'patch-1' of https://github.com/dypa/ProjectTox-Core into dypa-patch-1
Conflicts:
	INSTALL.md
2013-07-30 12:29:52 -04:00
Greg
d1a26f720f Update INSTALL.md 2013-07-30 11:04:59 -04:00
dypa
1ae27fb227 replace make install to checkinstall for linux installation 2013-07-30 06:40:16 -07:00
Astonex
3b52624f58 Update INSTALL.md
Changing the libsodium link from a list of its release archives to the windows specific one - it is windows specific install instructions after all.
2013-07-30 04:41:09 +01:00
thunfischbrot
64f74025da Updated INSTALL.md to add dependencies for OSX
Besides libtool one needs automake and autoconf for libsodium to compile successfully. Added links and adapted instructions accordingly.
2013-07-29 23:34:19 +02:00
thunfischbrot
b8691af69e Updated INSTALL.md for correcting OSX instructions
Command-line instructions were not properly marked as such, rendering them ineffective if entered as displayed.
2013-07-29 20:15:06 +02:00
Ryan Lewon
9999fadfe0 Added ncurses-dev for nTox curses client. 2013-07-29 17:35:50 +00:00
Ryan Lewon
de90518f28 Updated install docs to reflect ubuntu dependencies for 13.04. 2013-07-29 17:32:00 +00:00
Maxim Biro
753f47ef6c Updated Windows instructions 2013-07-26 21:05:24 -04:00
Astonex
6515a52d44 Update INSTALL.md
Spelling mistake
2013-07-27 01:46:35 +01:00
Astonex
6082293089 Update INSTALL.md
Updated the Windows install instructions - Changing the system path to include MinGW's bin directory.
2013-07-27 01:39:16 +01:00
Maxim Biro
f1495f8dfe Updated INSTALL.md 2013-07-21 21:12:53 -04:00
mouseym
eccdd80101 Update INSTALL.md
OSX Instructions added.
2013-07-21 18:15:05 +01:00
Maxim Biro
70da858758 Added installation guide 2013-07-18 16:29:59 -04:00