Hi, My kicad installation failed because INSTALL.txt was remove from repository and not fron the cmake files list.
Here is the patch to fix. Regards, Alain -- Les pages de manuel Linux en français http://manpagesfr.free.fr
diff -ru kicad-stable-build/CMakeLists.txt kicad-stable-build-INSTALL/CMakeLists.txt
--- kicad-stable-build/CMakeLists.txt 2010-05-08 19:45:38.000000000 +0200
+++ kicad-stable-build-INSTALL/CMakeLists.txt 2010-05-08 22:04:17.000000000 +0200
@@ -197,9 +197,6 @@
#================================================
# Installation parameters
#================================================
-install(FILES INSTALL.txt
- DESTINATION ${KICAD_DOCS}
- COMPONENT resources)
install(FILES resources/freeroute.jnlp
DESTINATION ${KICAD_BIN}
COMPONENT resources)
diff -ru kicad-stable-build/README.txt kicad-stable-build-INSTALL/README.txt
--- kicad-stable-build/README.txt 2010-05-08 19:45:37.000000000 +0200
+++ kicad-stable-build-INSTALL/README.txt 2010-05-08 22:04:34.000000000 +0200
@@ -11,7 +11,6 @@
COPYRIGHT.txt - A copy of the GNU General Public License Version 2
CTestConfig.txt - Support for CTest and CDash testing tools
Doxyfile - Doxygen preferences
-INSTALL.txt - The release (binairy) installation instructions
TODO.txt - Todo list
uncrustify.cfg - Uncrustify code formatting tool preferences
version.txt - The current stable released version
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

