From kde-commits Mon Jan 04 18:39:51 2010 From: Eike Hein Date: Mon, 04 Jan 2010 18:39:51 +0000 To: kde-commits Subject: extragear/utils/yakuake Message-Id: <1262630391.310278.25709.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=126263039732635 SVN commit 1070025 by hein: Add basic build and installation instructions. M +16 -2 README --- trunk/extragear/utils/yakuake/README #1070024:1070025 @@ -7,9 +7,23 @@ The current maintainer of Yakuake is Eike Hein . +The Yakuake website is located at: http://yakuake.kde.org/ + +Report bugs and wishes at: http://bugs.kde.org/ + + Yakuake requires kdelibs and Konsole from KDE 4.0 or higher. -The Yakuake website is located at: http://yakuake.kde.org/ +Basic build and installtion instructions: -Report bugs and wishes at: http://bugs.kde.org/ +1. tar xfvj yakuake-.tar.bz2 +2. cd yakuake- +3. mkdir build +4. cd build +5. cmake -DCMAKE_INSTALL_PREFIX= ../ +6. make +7. sudo make install + +For more, please see the KDE Techbase wiki (http://techbase.kde.org/) +and the CMake documentation (at http://www.cmake.org/).