Prerequisites: Difference between revisions

From TUDOS-Wiki
Jump to navigationJump to search
(New page: To build the system you need the following: * x86 Linux host system (64bit is also supposed to work) * gcc/g++-4.1 or gcc/g++-4.2 * make * perl * python * gawk * libcurses-dev * bison/yacc...)
 
(need sed as well)
Line 6: Line 6:
* python
* python
* gawk
* gawk
* sed
* libcurses-dev
* libcurses-dev
* bison/yacc
* bison/yacc

Revision as of 15:49, 15 August 2007

To build the system you need the following:

  • x86 Linux host system (64bit is also supposed to work)
  • gcc/g++-4.1 or gcc/g++-4.2
  • make
  • perl
  • python
  • gawk
  • sed
  • libcurses-dev
  • bison/yacc

Good to have:

  • subversion client

All those should be part of any recent Linux distribution.