compile instructions debian

This commit is contained in:
Gerolf Ziegenhain 2015-01-03 22:36:21 +01:00
parent 30b977c432
commit 325d794b7c
1 changed files with 19 additions and 6 deletions

View File

@ -1,4 +1,22 @@
=== WIP - Snipplets ===
How to build on Debian
apt-get install -y alsa-oss oss-compat build-essential autoconf libao-dev libtool
wget https://github.com/8cH9azbsFifZ/morse/archive/v0.1.tar.gz
tar xzf v0.1.tar.gz
cd morse-0.1
libtoolize
./autogen.sh
./configure --with-portaudio
make
sudo make install
How to build on OSX:
TBD: Driver: serial - 2usb!
TBD: OSX - howto install dependencies
https://github.com/8cH9azbsFifZ/morse/archive/v0.1.tar.gz
How to use:
1 usage: irmc [hostname] [port] [channel] [id] [serialport]
@ -6,11 +24,6 @@ How to use:
faeroes.sdf.org.7890
TBD: Driver:
serial - 2usb!
TBD: OSX - howto install dependencies
=== Original post ===
I have been using cwcom to practice sending morsecode, unfortunately my main computer at home is running openbsd and it has gotten harder to gain access to a reliable MS Windows machine. So I wrote my own client that works on openbsd.
This is written in C and although not tested it should compile under other OS. If any one wants to try it and send me feedback. you can download version 0.01 here http://fernan.bitbucket.org/irmc.tgz