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

Add pkg-config to Ubuntu Installation instructions #4

Merged
merged 1 commit into from
Mar 18, 2020

Conversation

jonahweissman
Copy link
Contributor

I followed the directions on the README and got the following error when running cmake:

-- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE) 
CMake Error at /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:418 (message):
  pkg-config tool not found
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:532 (_pkg_check_modules_internal)
  depends/libsnark/depends/libfqfft/CMakeLists.txt:92 (pkg_check_modules)

I installed pkg-config and was able to successfully run cmake.

This PR adds pkg-config to the list of packages that should be installed for Ubuntu 16.04 LTS, so others don't have to install pkg-config seperately. It might also make sense to include pkg-config for 14.04, as well.

nileshrathi pushed a commit to nileshrathi/libsnark-tutorial that referenced this pull request Dec 24, 2019
@howardwu howardwu merged commit 5c86910 into howardwu:master Mar 18, 2020
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.

None yet

2 participants