Prerequisites: Difference between revisions
From TUDOS-Wiki
Jump to navigationJump to search
bison is required (yacc won't work), flex is needed |
m add remarks on prerequisites for additional packages |
||
Line 15: | Line 15: | ||
All those should be part of any recent Linux distribution. | All those should be part of any recent Linux distribution. | ||
Additional tools required by different packages: | |||
* sdl | |||
** automake 1.4 |
Revision as of 12:59, 23 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/flex
Good to have:
- subversion client
- doxygen to build documentation
All those should be part of any recent Linux distribution.
Additional tools required by different packages:
- sdl
- automake 1.4