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/).