Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distribute a pkg-config .pc file #34

Merged
merged 1 commit into from
Aug 30, 2016

Conversation

GeorgesStavracas
Copy link
Contributor

The pkg-config tool allows projects to query which packages
are installed on the target system in a distro-agnostic way.
It does so by reading a .pc file that is installed by each
individual package.

JuliusLib, which is the shared module of Julius, is intended
to be distributed and used, along the provided headers, through
a statically-linked library. It doesn't, however, install a .pc
file so applications can check whether JuliusLib is installed
or not.

This patch adds julius.pc.in file to the project tree, and adapts
the build files to generate a .pc file and install it. The generated
pkg-config file is distributed according to the major version,
and is filled in during compile-time.

#33

The pkg-config tool allows projects to query which packages
are installed on the target system in a distro-agnostic way.
It does so by reading a .pc file that is installed by each
individual package.

JuliusLib, which is the shared module of Julius, is intended
to be distributed and used, along the provided headers, through
a statically-linked library. It doesn't, however, install a .pc
file so applications can check whether JuliusLib is installed
or not.

This patch adds julius.pc.in file to the project tree, and adapts
the build files to generate a .pc file and install it. The generated
pkg-config file is distributed according to the major version,
and is filled in during compile-time.
@LeeAkinobu
Copy link
Member

I'll merge it to the master. Thanks for your contribution!

@LeeAkinobu LeeAkinobu merged commit 9226725 into julius-speech:master Aug 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants