|
From: Lasse Kärkkäi. <tr...@us...> - 2009-11-14 18:45:28
|
Module: performous Branch: dance Commit: 839f4c1a6f7c3ab7114216bf1cd1434a16de320b Author: Lasse Karkkainen <tro...@tr...> Date: Sat Nov 14 20:25:22 2009 +0200 Update Packaging.txt --- docs/Packaging.txt | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/docs/Packaging.txt b/docs/Packaging.txt index 0710c07..651f816 100644 --- a/docs/Packaging.txt +++ b/docs/Packaging.txt @@ -5,7 +5,7 @@ cmake/performous-packaging.cmake. Source packages: -- Remove any extra files in source tree (the ones from SVN and build folder can be kept) +- Remove any extra files in source tree (the ones from Git and an the build folder can be kept) cmake ../ make package_source @@ -18,8 +18,3 @@ Binary packages: cmake ../ make package - -Ubuntu 8.04 needs special care: -- CMake 2.4 cannot package for Debian, so install 2.6 from backports -- Be sure not to install anything else from backports if you intend plain 8.04 package - |