doraemon is one of the video servers being used by the eleague. It was developed by Prof Jacky Baltes.
Download the doraemon video server from: http://robocup-video.sf.net.
Navigate to the directory where you downloaded doraemon:
bash# cd /eleague/src/doraemon
Makefile as follows.
CONFIG_DIR=
CONFIG_DIR=/eleague/src/doraemon/video_config
XFLAGS +=and change it so that it points to the directories where you want your installed your SDL and SGE library files, for example:
XFLAGS += -I/eleague/include -L/eleague/lib
doraemon executable, insert
-lSDL_image just before -lSGE.
bash# make
bash# cp doc/sample_video_config/* ../video_config bash# export LD_LIBRARY_PATH=/eleague/lib bash# doraemon -c ../video_config/videoserver.cfg