[go: nahoru, domu]

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

CMake with Visual Studio 2017 on Windows 10 #298

Closed
jamesdang opened this issue May 17, 2019 · 3 comments
Closed

CMake with Visual Studio 2017 on Windows 10 #298

jamesdang opened this issue May 17, 2019 · 3 comments

Comments

@jamesdang
Copy link

When I tried to CMake HELib with Visual Studio 2017, I got the following error:

CMake Error at C:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.12/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
GMP required dynamic shared library has not been found. (Try cmake
-DGMP_DIR=). (missing: GMP_LIB GMP_HEADERS) (Required is at
least version "6.0.0")

Please help!

@fionser
Copy link
Contributor
fionser commented May 17, 2019

install gmp and set the GMP_DIR like "cmake -DGMP_DIR = XXXX"

@faberga
Copy link
Collaborator
faberga commented May 18, 2019

Dear James,

The suggestion by @fionser may or may not work.
HElib has been developed and tested on Linux and Mac OS only.
We have no immediate plans to test or support HElib on Windows.

@jamesdang
Copy link
Author

Thank you @fionser and @faberga. I'll try on Mac.

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

No branches or pull requests

3 participants