From c6a5360e376a7d9b1750f5eccb46f85bfe5e041d Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sun, 22 Jan 2006 18:52:15 +0000 Subject: moved kde3 stuff to modules/ Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501376 --- kde3/README | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 kde3/README (limited to 'kde3/README') diff --git a/kde3/README b/kde3/README deleted file mode 100644 index 868d364e..00000000 --- a/kde3/README +++ /dev/null @@ -1,22 +0,0 @@ -This directory contains the cmake files required to build -KDE 3 software. -It requires at least cmake 2.2.4, you can get it from the cmake web site: -http://www.cmake.org or direcly from cmake cvs. -The files FindKDE3.cmake, KDE3Macros.cmake, kde3uic.cmake and -kde3init_dummy.cpp.in all have to be installed in the system -cmake module directory (typically /usr/local/share/CMake/Modules). -You can either copy them manually to this directory or -let cmake do this for. -For this run "cmake ." in this directory which will create a Makefile from -the CMakeLists.txt in this directory. The generated Makefile will contain -basically one target, the install target. -So run "make install" as root and then you are ready to use cmake for -building KDE 3 applications. - -You can run the (Ruby) script am2cmake to automatically convert -KDE Makefile.am's to CMakeLists.txt for cmake. Starting from the -current directory it will convert all Makefile.am's in the subdirectories -to cmake. - -Alexander Neundorf, 2006 -neundorf@kde.org -- cgit v1.2.1