Revision: 6811
http://playerstage.svn.sourceforge.net/playerstage/?rev=6811&view=rev
Author: rtv
Date: 2008-07-07 22:23:55 -0700 (Mon, 07 Jul 2008)
Log Message:
-----------
working on packaging for release
Modified Paths:
--------------
code/stage/trunk/CMakeLists.txt
code/stage/trunk/assets/CMakeLists.txt
code/stage/trunk/todo.txt
Modified: code/stage/trunk/CMakeLists.txt
===================================================================
--- code/stage/trunk/CMakeLists.txt 2008-07-08 04:33:24 UTC (rev 6810)
+++ code/stage/trunk/CMakeLists.txt 2008-07-08 05:23:55 UTC (rev 6811)
@@ -30,6 +30,7 @@
SET(RGBFILE ${CMAKE_INSTALL_PREFIX}/share/stage/rgb.txt )
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in
${CMAKE_CURRENT_BINARY_DIR}/config.h @ONLY)
+
# find the easy modules
include(FindPkgConfig)
pkg_search_module( GLIB REQUIRED glib-2.0 )
@@ -98,9 +99,6 @@
${OPENGL_LIBRARY_DIRS}
)
-# generate a configuration header file in this dir
-# CONFIGURE_FILE( config.h.cmake config.h )
-
# work through these subdirs
ADD_SUBDIRECTORY(libstage)
IF ( PLAYER_FOUND )
@@ -115,6 +113,7 @@
# generate a cpack config file used to create packaged tarballs
INCLUDE(InstallRequiredSystemLibraries)
+SET(CPACK_GENERATOR "TGZ")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Stage: A Multiple Robot Simulator")
SET(CPACK_PACKAGE_VENDOR "The Player Project")
SET(CPACK_PACKAGE_DESCRIPTION_FILE
"${CMAKE_CURRENT_SOURCE_DIR}/DESCRIPTION.txt")
Modified: code/stage/trunk/assets/CMakeLists.txt
===================================================================
--- code/stage/trunk/assets/CMakeLists.txt 2008-07-08 04:33:24 UTC (rev
6810)
+++ code/stage/trunk/assets/CMakeLists.txt 2008-07-08 05:23:55 UTC (rev
6811)
@@ -5,3 +5,7 @@
DESTINATION share/stage/assets
)
+INSTALL(FILES rgb.txt
+ DESTINATION share/stage/
+)
+
Modified: code/stage/trunk/todo.txt
===================================================================
--- code/stage/trunk/todo.txt 2008-07-08 04:33:24 UTC (rev 6810)
+++ code/stage/trunk/todo.txt 2008-07-08 05:23:55 UTC (rev 6811)
@@ -6,6 +6,9 @@
* 3d collision detection broken - e.g. fancypioneer2dx
* [OSX only - FLTK bug?] loading window size constrains maximum window size
+* must build before building source package so that make
+ package_source picks up config.h
+
INCOMPLETE
* per-model visualization entries in view menu
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit