Changes between Version 11 and Version 12 of Prerequisites
- Timestamp:
- Jun 3, 2014, 4:59:54 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Prerequisites
v11 v12 15 15 cut, tr, tail, stdbuf:: stream manipulation 16 16 grep, sed, dd, date, mkdir, touch, nc:: tools really every Linux distro should ship anyway ;) 17 18 19 == Fedora == 20 Most of the required stuff is included in a basic Fedora setup. You should only have to explicitly install XMLStarlet and 32 Bit linker files (if running a 64 Bit OS): 21 {{{ 22 yum install xmlstarlet 23 yum install glibc.i686 24 yum install libgcc.i686 25 }}} 26 27 28 == Others == 29 Not tested by me. If anyone did so and could [[Author|provide information]] about what additional stuff is required compared to a clean OS install and how to install those things I would gladly add it here ;)