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 .. not working #165

Open
KentaOnline opened this issue Mar 22, 2021 · 1 comment
Open

cmake .. not working #165

KentaOnline opened this issue Mar 22, 2021 · 1 comment

Comments

@KentaOnline
Copy link

After installing required dependencies:
CMake 3.8+
gcc 7.x.x (Tested on gcc 7.4.0)
uuid-dev
Cloning and changing directory, creating build directory:
executing make .. I get this message:
CMake Error at CMakeLists.txt:101 (find_package):
Could not find a package configuration file provided by "unofficial-sodium"
with any of the following names:

unofficial-sodiumConfig.cmake
unofficial-sodium-config.cmake

Add the installation prefix of "unofficial-sodium" to CMAKE_PREFIX_PATH or
set "unofficial-sodium_DIR" to a directory containing one of the above
files. If "unofficial-sodium" provides a separate development package or
SDK, be sure it has been installed.

-- Configuring incomplete, errors occurred!
See also "/home/a/GrinPlusPlus/build/CMakeFiles/CMakeOutput.log".
See also "/home/a/GrinPlusPlus/build/CMakeFiles/CMakeError.log".

@davidtavarez
Copy link
Member

We should update our documentation. You can follow this Dockerfile to see how to compile the node locally. https://github.com/GrinPlusPlus/GrinPlusPlus/blob/linux-arm64/Dockerfile

You need to install vcpkg.

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

2 participants