citic / botNeumann

A metaphorized and gamified visualization of the von Neumann architecture for programming learning
1 stars 0 forks source link

Alert dependencies on program start #144

Open jeissonh opened 7 years ago

jeissonh commented 7 years ago

Alert user about missing programs in PATH when botNeumann loads. This is in order to alert administrators to install dependencies on laboratories or users before they try to solve some challenges. Dependencies are:

  1. g++ or clang-g++
  2. ctags
  3. gdb

Provide links to help about how to install them.

jeissonh commented 7 years ago

Useful but not urgent for now, because I am going to be where experiments will be run