You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According README.md is nessesary the CMake 3.0 or higher. The Ubuntu 14.04 LTS has CMake 3.2.2. The "make release" is terminated with the error:
lrelease version 4.8.6
-- Found MiniUPnPc: /usr/include/miniupnpc
-- Using in-tree miniupnpc
CMake Error at external/miniupnp/miniupnpc/CMakeLists.txt:1 (cmake_minimum_required):
CMake 3.5 or higher is required. You are running version 3.2.2
-- Configuring incomplete, errors occurred
The project can be building after
cd external/miniupnp
git reset HEAD~1
git checkout -- *
cd -`
The text was updated successfully, but these errors were encountered:
According README.md is nessesary the CMake 3.0 or higher. The Ubuntu 14.04 LTS has CMake 3.2.2. The "make release" is terminated with the error:
The project can be building after
The text was updated successfully, but these errors were encountered: