Re #313 : Work-in-progress "base" Windows binary installer (Game core + only Supercars and Espie) - Doesn't work yet.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3254 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 7e5da7dd7ffcc32e5f2176c496cea002f3fbd19c Former-commit-id: d7132fc68f41beadddf5f206212348401f1a167a
This commit is contained in:
parent
7fe385b471
commit
1b49a14145
2 changed files with 8 additions and 1 deletions
|
@ -103,7 +103,12 @@ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/cmake/version.h.cmake
|
|||
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/cmake/doxygen_config.cmake
|
||||
${CMAKE_CURRENT_BINARY_DIR}/doxygen_config @ONLY)
|
||||
|
||||
SD_INSTALL_FILES(DATA "/" FILES credits.xml)
|
||||
SD_INSTALL_FILES(DATA "/"
|
||||
FILES credits.xml
|
||||
CHANGES.txt COPYING.txt INSTALL.txt README.txt TODO.txt)
|
||||
|
||||
SD_INSTALL_FILES(BIN
|
||||
FILES sd-robotgen.sh)
|
||||
|
||||
ADD_SUBDIRECTORY(src)
|
||||
ADD_SUBDIRECTORY(data)
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
Table of contents
|
||||
-----------------
|
||||
|
||||
WARNING: Only intended for developers who'll build Speed Dreams from sources.
|
||||
|
||||
I - Pre-requisites
|
||||
|
||||
II - Linux Installation from Sources
|
||||
|
|
Loading…
Reference in a new issue