bat
This commit is contained in:
6
install.bat
Normal file
6
install.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
if not exist build mkdir build
|
||||
cd build && ^
|
||||
cmake_mgw .. && ^
|
||||
make install && ^
|
||||
cd ..
|
||||
Reference in New Issue
Block a user