#------------------------------------------------------------------------------ # Copyright (c) 2001-2024 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2018-02-04 jed # Last Update: $Id$ # # !!! this is not a script but an step-by-step howto !!! #------------------------------------------------------------------------------ exit 1 # - needs the following environment to build: gcc v3.3.4 # - needs the following library packages to be build: # - needs the following packages to be build: + base 2.8.2 1. copy setserialbits.c to a directory 2. run the following command gcc -o setserialbits setserialbits.c 3. strip the file strip -s setserialbits