File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,14 @@ install_autoconf () {
103
103
autoconf --version
104
104
}
105
105
106
+ install_cmake () {
107
+ wget https://github.com/Kitware/CMake/releases/download/v4.1.1/cmake-4.1.1-linux-x86_64.sh
108
+ chmod +x cmake-4.1.1-linux-x86_64.sh
109
+ sudo mkdir -p /opt/cmake
110
+ sudo ./cmake-4.1.1-linux-x86_64.sh --skip-license --prefix=/opt/cmake
111
+ sudo ln -s /opt/cmake/bin/cmake /usr/local/bin/cmake
112
+ }
113
+
106
114
start_vcpkg () {
107
115
# sets up paths
108
116
export VCPKG_INSTALLED_PATH=" $PWD /vcpkg_installed/x64-linux-dynamic"
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ pushd "engines/$ENGINE_NAME"
9
9
process_engine_environment
10
10
setup_dotnet_repository
11
11
setup_openjdk_repository
12
+ install_cmake
12
13
log_environment
13
14
setup_dist_dirs " $STEAM_APP_ID_LIST "
14
15
Original file line number Diff line number Diff line change 9
9
" ./LICENSE"
10
10
],
11
11
"COMMON_PACKAGE" : true ,
12
- "COMMIT_HASH" : " f30ace1 "
12
+ "COMMIT_HASH" : " b2a9284 "
13
13
}
Original file line number Diff line number Diff line change 10361
10361
},
10362
10362
{
10363
10363
"engine_link" : " https://ioquake3.org/" ,
10364
- "version" : " f30ace1 " ,
10364
+ "version" : " b2a9284 " ,
10365
10365
"author" : " dreamer" ,
10366
10366
"author_link" : " https://github.com/dreamer" ,
10367
10367
"license" : " GPLv2" ,
12676
12676
"value" : " Engine runs via Proton."
12677
12677
}
12678
12678
]
12679
- }
12679
+ }
You can’t perform that action at this time.
0 commit comments