|
From: Markus R. <god...@us...> - 2009-07-29 15:35:04
|
Module: performous Branch: master Commit: ba813b3730474c05f3431d32c181b9c26e78316b Author: Markus Raab <un...@ma...> Date: Thu Jul 23 10:26:03 2009 +0200 small fixes in Compiling.txt --- docs/Compiling.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Compiling.txt b/docs/Compiling.txt index 8156f6c..8f1128d 100644 --- a/docs/Compiling.txt +++ b/docs/Compiling.txt @@ -14,7 +14,7 @@ To install from git: performous # Should you need to change building settings (e.g. installation prefix) - ccmake . + ccmake .. Dependencies: @@ -55,7 +55,7 @@ After that make sure that all the characters display correctly. If they don't, you need to guess which charset the original used (instead of CP1252) and retry. If you want to improve the game, join our IRC channel #Performous (Freenode) and -you'll get SVN write access. +you'll get git write access. For more (up to date) information, see http://performous.org/ |