This is a project that students of Learn C++ the hardway checkout to confirm their setup is correct, and also doubles as a quick start for a basic C++ game project start.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
mv .\subprojects\packagecache .
|
|
rm -recurse -force .\subprojects\,.\builddir\
|
|
mkdir subprojects
|
|
mv .\packagecache .\subprojects\
|
|
mkdir builddir
|
|
cp wraps\*.wrap subprojects\
|
|
meson setup --default-library=static --prefer-static builddir
|
|
|