That doesn't install ttymidi though.

Salvador, how far did you get?  Download the file ttymidi.tar.gz.  Change to 
the directory you downloaded it in.  Then

tar xvf ttymidi.tar.gz
cd ttymidi
more README

You will see it tells you how to compile it:

gcc ttymidi.c -o ttymidi -lasound

And if this doesn't work, you need to install the alsa development package and 
try again:

sudo apt-get install libasound-dev

(I've added sudo to that one as you need to do it as root.)

You should then end up with the executable called ttymidi.  You can run that 
from where it is with

./ttymidi

Or if you want to install it so that you can run it like any other command:

sudo cp ttymidi /usr/local/bin

It will then be in your path, so you won't have to point at it directly.

I assume this all works under 64-bit.

--- On Sun, 13/3/11, pe...@o2.pl <pe...@o2.pl> wrote:

From: pe...@o2.pl <pe...@o2.pl>
Subject: Re: [timidity-talk] question
To: "salvador allende" <salvadorallend...@gmail.com>
Cc: timidity-talk@lists.sourceforge.net
Date: Sunday, 13 March, 2011, 10:11

Hello, try this:

$ sudo apt-get install timidity

Best regards, Piotr.


salvador allende pisze:
> hi
>
> how do i install ttymidi in ubuntu 10.10 64 bit, i read instructions 
> but i have no idea of what are they talking about
>
> thanxxxxxxxxx
>
> -- 
> ´´Vale la pena morir por todo aquello sin lo cual no vale la pena 
> vivir, Salvador Allende´´
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> ------------------------------------------------------------------------
>
> _______________________________________________
> Timidity-talk mailing list
> Timidity-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/timidity-talk
>   


------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Timidity-talk mailing list
Timidity-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/timidity-talk



      
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Timidity-talk mailing list
Timidity-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/timidity-talk

Reply via email to