compile instructions debian
This commit is contained in:
parent
30b977c432
commit
325d794b7c
25
README.md
25
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
|
||||
|
Loading…
Reference in New Issue
Block a user