Re: [CMake] How to deal with make uninstall ?

2008-12-07 Thread Óscar Fuentes
Group [EMAIL PROTECTED] writes:

[snip]

 When I use make install, everything do as I wanted.
 But I can't use make uninstall. How to deal with it?

http://www.cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F

 And I hope you can give me more links about cmake tutorial.

http://www.cmake.org/Wiki/CMake#Tutorials

-- 
Oscar

___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] How to deal with make uninstall ?

2008-12-07 Thread Group

Óscar Fuentes wrote:

Group [EMAIL PROTECTED] writes:

[snip]

  

When I use make install, everything do as I wanted.
But I can't use make uninstall. How to deal with it?



http://www.cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F

  

And I hope you can give me more links about cmake tutorial.



http://www.cmake.org/Wiki/CMake#Tutorials

  

Okay, Thank you, very much!

___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake


[CMake] How to deal with make uninstall ?

2008-12-06 Thread Group

Hello, I'm a newbie of cmake. In a simple project, I worte the
CMakelists.txt file like this:

cmake_minimum_required(VERSION 2.6)
PROJECT(FREERECITE)

ADD_SUBDIRECTORY(src)
ADD_SUBDIRECTORY(dict)

INSTALL(FILES ../bin/FreeRecite-core DESTINATION bin)
INSTALL(FILES COPYRIGHT README DESTINATION share/doc/FreeRecite)
INSTALL(DIRECTORY dict/ DESTINATION share)
;;;

When I use make install, everything do as I wanted.
But I can't use make uninstall. How to deal with it?

And I hope you can give me more links about cmake tutorial.
Thanks.

Kermit
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake