Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 478 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 478 Bytes

AalborgProject

By SW1B2-28a

==============

Requirements:

  • C-compiler (Must support ansi c)

(Tested with: gcc 4.8.1, clang 3.4-1 on Ubuntu 13.10 and gcc under MinGW on windows 7/8)

==============

  • Compile main by gcc main.c -o main
  • Compile sim gcc sim.c -o sim
  • Run main and sim in seperate consoles. (main can be used with argument "-d" to bypass the menu.)
  • The simulation will start when both programs are started.