agraef / pure-lang

Pure programming language
https://agraef.github.io/pure-lang/
316 stars 20 forks source link

Problem installing LV2 package #31

Closed interstar closed 4 years ago

interstar commented 4 years ago

I'm trying to follow the instructions on https://agraef.github.io/pure-docs/pure-lv2.html

To install the library for building LV2 plugins.

But I'm getting this error :

Perhaps you should add the directory containing `pure.pc' to the PKG_CONFIG_PATH environment variable
No package 'pure' found`

repeated several times.

The archive at https://bitbucket.org/purelang/pure-lang/downloads/pure-lv2-0.2.tar.gz doesn't seemt to contain a file pure.pc.

I'm on Ubuntu and installed Pure using the .deb package as instructed here : https://github.com/agraef/pure-lang/wiki/PureOnDebian

I'm guessing the debian package doesn't contain some build dependencies for the LV2 plugins? Am I basically right but missing something? Or should I do this a completely different way?

agraef commented 4 years ago

@interstar I believe that you need to have the development files in the pure-dev package installed, it should contain the requisite pure.pc file.

interstar commented 4 years ago

OK. That and I needed to install lv2-dev

cheers