Skip to content

Commit 5b4c8c0

Browse files
Pysis868billy1arm
authored andcommitted
Improve Linux Install Script
1 parent 05724eb commit 5b4c8c0

File tree

3 files changed

+2210
-1434
lines changed

3 files changed

+2210
-1434
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Thumbs.db
6464
_build
6565
build
6666
/dep/libmpq/autom4te.cache/
67+
/ACE_wrappers/*
68+
/ACE*.tar.bz2
6769

6870
# Generated files
6971
*.ncb

cmake/StatusInfo.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ message("Install configs to : ${CONF_INSTALL_DIR}")
66

77
message("")
88
message("Detailed Information")
9-
message("+-- opeating system : ${CMAKE_HOST_SYSTEM}")
9+
message("+-- operating system : ${CMAKE_HOST_SYSTEM}")
1010
message("+-- cmake version : ${CMAKE_VERSION}")
1111
message("")
1212

0 commit comments

Comments
 (0)