Skip to content
Stefano Zaghi edited this page Mar 12, 2015 · 3 revisions

Requirements

  • Python 2.7+ or Python 3.x;
    • required modules that are into the standard library and should be present in any recent Python implementation:
      • sys;
      • os;
      • time;
      • argparse;
      • copy;
      • subprocess;
      • shutil;
      • configparser;
      • operator;
      • re;
    • optional modules that are into the standard library and should be present in any recent Python implementation:
      • multiprocessing;
  • PreForM.py (optional) for pre-process on-the-fly sources with this cool pre-processor;
  • FORD (optional) for building API documentation;
  • graphviz (optional) for creating a dependencies graph of the built targets;
  • pygooglechart (optional) for creating pie chart graphs of coverage analysis;
  • a lot of patience with the author.

FoBiS.py is developed on a GNU/Linux architecture. For Windows architecture there is no support, however it should be work out-of-the-box.

Clone this wiki locally