From 5bbbbc37fdd5522328a5873f8a430fc710eb40f4 Mon Sep 17 00:00:00 2001 From: PJ-Finlay Date: Sat, 13 Feb 2016 12:41:05 -0500 Subject: [PATCH] Fixed link and typo in INSTALL file --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index db210ced..934cbc67 100644 --- a/INSTALL +++ b/INSTALL @@ -15,7 +15,7 @@ Linux: - libSDL_mixer, libSDL --> http://www.libsdl.org/ - libSQLite3 --> http://sqlite.org/ - libtinyxml > 2.0 --> http://www.sourceforge.net/projects/tinyxml -- protoc >= 2.3.0 (during build), libprotobuf >= 2.3.0 -> http://code.google.com/p/protobuf/downloads/list +- protoc >= 2.3.0 (during build), libprotobuf >= 2.3.0 -> https://github.com/google/protobuf - For the server: libircclient 1.3 --> http://www.sourceforge.net/projects/libircclient/ Windows: @@ -28,7 +28,7 @@ Basic Installation Linux: 1. Type "cd path/to/the/sources". Then do for example "/usr/qt/4/bin/qmake pokerth.pro" to configure the makefile for your system. - Pay attention that the QTDIR environment varialbe points to Qt4 not Qt3. For example QTDIR=/usr/qt/4. + Pay attention that the QTDIR environment variable points to Qt4 not Qt3. For example QTDIR=/usr/qt/4. You can set this variable typing: "export QTDIR=/usr/qt/4" 2. Type "make" to compile the package.