Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 466 Bytes

File metadata and controls

24 lines (17 loc) · 466 Bytes

StuInfo-Manager

How to make

Linux

  • Install the gcc compiler and cmake tool.
  • Run the following commands in the terminal:
chmod +x build.sh
bash build.sh

Windows

  • Install the gcc compiler and cmake tool.
  • You can install gcc compiler by installing MinGW.
  • Copy mingw32-make.exe to make.exe in the bin directory of MinGW.
  • Click build.bat or run the following commands in the terminal:
build.bat