Changes between Version 11 and Version 12 of Prerequisites


Ignore:
Timestamp:
03.06.2014 16:59:54 (10 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Prerequisites

    v11 v12  
    1515 cut, tr, tail, stdbuf:: stream manipulation
    1616 grep, sed, dd, date, mkdir, touch, nc:: tools really every Linux distro should ship anyway ;)
     17
     18
     19== Fedora ==
     20Most 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{{{
     22yum install xmlstarlet
     23yum install glibc.i686
     24yum install libgcc.i686
     25}}}
     26
     27
     28== Others ==
     29Not 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 ;)