-
Notifications
You must be signed in to change notification settings - Fork 35
Requirements
Stefano Zaghi edited this page Mar 12, 2015
·
3 revisions
- 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;
- required modules that are into the standard library and should be present in any recent Python implementation:
- 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.
-
Getting-Started
- A Taste of FoBiS.py
- fobos: the FoBiS.py makefile
- FoBiS.py in action
- FAQ