Skip to content

istudyatuni/ScheduleMath2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shedule generator

On Linux

You need cmake v2.8, make and gcc (g++)

From folder with project:

mkdir bin
cd bin/
cmake -DCMAKE_BUILD_TYPE=Release ..
make
cd ..
bin/shedule

Or just run ./build.sh

On Windows

(need Visual Studio and C++ Cmake tools for Windows - part Desktop development with C++ and Linux Development with C++ workloads):

  1. File -> Open folder
  2. Select folder "SheduleMath2020"
  3. Choose "shedule.exe" from the dropdown in the Solution Explorer toolbar

About

Schedule generator for math faculty 2020

Topics

Resources

Stars

Watchers

Forks