build(install.sh): added auto installer

This commit is contained in:
2025-07-29 09:05:47 -04:00
parent 2c6a8d18a7
commit f5328785a8
2 changed files with 411 additions and 8 deletions

View File

@@ -1,10 +1,3 @@
boost_dep = dependency('boost', version: '>=1.8.0')
if not boost_dep.found()
message('❌ Boost library not found. Note that Boost is a system dependency and must be installed seperatly.')
message('GridFire includes a Boost auto installation script, attempting to run it now (this will require some user input)...')
run_res = run_command('./install.sh', check: true)
boost_dep = dependency('boost', version: '>=1.8.0', required: true)
endif
boost_dep = dependency('boost', version: '>=1.8.0', required: true)