Przeglądaj źródła

add: 添加模拟器编译脚本

Wendal Chen 4 lat temu
rodzic
commit
d952eb9026
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      bsp/emulator/build.sh

+ 7 - 0
bsp/emulator/build.sh

@@ -0,0 +1,7 @@
+# Using in msys
+
+mkdir build
+cd build
+/c/Program\ Files/CMake/bin/cmake -G"Unix Makefiles" ..
+make -j8
+echo "Done"