This commit is contained in:
2020-09-07 21:57:56 +03:00
parent d1a11269f7
commit 2f84d98a32
2 changed files with 7 additions and 0 deletions

6
install.bat Normal file
View File

@@ -0,0 +1,6 @@
@echo off
if not exist build mkdir build
cd build && ^
cmake_mgw .. && ^
make install && ^
cd ..