Installing buckmaster hamcall DVD software:
# place HamCall DVD in DVD player.
# location on disk for hamcall database:
$ sudo mkdir /ham0
# make it accessable:
$ sudo chown YOUR_ID:ham /ham0
# copy files from DVD to disk:
$ tar -C /media/YOUR_ID/HamCall/ham0 -cpf - | tar -C /ham0 -xpvf -
# go to the setup dir on the DVD:
$ cd /media/YOUR_ID/HamCall/hamcall/setup
# install the HamCall programs under wine:
$ wine ./setup.exe
Installing the win32/linux hybrid callsign server:
# necessary to build 32 bit program on 64 bit system:
$ sudo apt-get install libc6-dev libc6-dev-i386
# grab the sources:
$ server source tarball
$ cd ~/.wine
$ tar xzvf hamcall3.tgz
$ cd hamcall3
$ make
winegcc -mno-cygwin -m32 -Iinclude -o hamcall.exe hamcall.c
$ ./hamcall.exe -v
verbose: 1, path: 'z:\ham0\', port: 7770, optind=2
000000 A COPYRIGHT 2011 BUCKMASTER PUBLISHING 19970400
serveDB()
waiting...