#------------------------------------------------------------------------------ # Copyright (c) 2012-2021 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2012-11-04 jed # Last Update: $Id$ # # !!! this is not a script but an step-by-step howto !!! #------------------------------------------------------------------------------ exit 1 ### 1. download files wget https://ssl.nettworks.org/repo/browse/~raw,r=9555/fli4l/trunk/src/src/fli4l/httpd/bytes2read.c ### 2. make directory mkdir bin_bytes2read_2005_08_11 mv bytes2read.c bin_bytes2read_2005_08_11/ ### 3. build program cd ./bin_bytes2read_2005_08_11 gcc -c bytes2read.c gcc -o bytes2read bytes2read.c strip -s bytes2read chmod 700 bytes2read