From 325d794b7cc94fc5a64df4dce8568c5f8a9cafb5 Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Sat, 3 Jan 2015 22:36:21 +0100 Subject: [PATCH] compile instructions debian --- README.md | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3c3be8c..8b0f340 100644 --- a/README.md +++ b/README.md @@ -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