|
From: knittl <kn...@us...> - 2009-11-25 16:46:32
|
Module: performous Branch: master Commit: 295543e7d1e6b7d92ec9632925ca935c56c82d45 Author: knittl <knittl@kbook.(none)> Date: Wed Nov 25 17:45:15 2009 +0100 fixed a typo in docs Compiling.txt had a wrong path in it --- docs/Compiling.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/Compiling.txt b/docs/Compiling.txt index 4358721..4327ad9 100644 --- a/docs/Compiling.txt +++ b/docs/Compiling.txt @@ -16,7 +16,7 @@ To install from git: sudo make install rm -rf * # Compile the game itself - cmake ../libs/libda/ + cmake .. make sudo make install # Run the game |