[LAU] jackMiniSynth - how to compile?
Gabriel M. Beddingfield
gabrbedd at gmail.com
Thu Mar 4 12:35:22 EST 2010
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
More information about the Linux-audio-user
mailing list