Install esniper from CVS
You can install / update your esniper very simple from CVS via a script.
1. Go to your source directory
# cd /usr/src
2. Save the following code into a file, e.g. esniper-cvs.sh
#!/bin/sh # get last esniper code from sourceforge CVS cvs -z3 -d:pserver:anonymous@esniper.cvs.sourceforge.net:/cvsroot/esniper co -P esniper # go to esniper directory cd $(dirname $0)/esniper # if you like to test shorter bid times, patch min. bid time #cp esniper.c esniper.c.org #sed -e "s/#define MIN_BIDTIME.*$/#define MIN_BIDTIME 1/g" esniper.c.org >esniper.c # configure, make and install ./configure && make && strip esniper && make install clean && esniper -v
3. Make the script executable
# chmod +x esniper-cvs.sh
4. Just run esniper-cvs.sh
# ./esniper-cvs.sh
Be happy!


![[ Download ]](files/download.gif)