Re: [LAU] jackMiniSynth - how to compile?

From: Gabriel M. Beddingfield <gabrbedd@email-addr-hidden>
Date: Thu Mar 04 2010 - 19:35:22 EET

On Thu, 4 Mar 2010, Josh Lawrence wrote:

> actual file:
>
> ftp://ftp.suse.com/pub/people/mana/jackMiniSynth.c
>
> not being a programmer, I'm not sure how to compile it (I'm used to
> ./configure, make, make install); can someone help me out with the
> proper way to get this going?

Pretty cool looking. Here you go:

$ gcc \
  `pkg-config --cflags --libs jack` \
  `pkg-config --cflags --libs alsa` \
  -o jackMiniSynth \
  jackMiniSynth.c

-gabriel

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Thu Mar 4 20:15:02 2010

This archive was generated by hypermail 2.1.8 : Thu Mar 04 2010 - 20:15:02 EET