-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Installing on Ubuntu 16.04 #1703
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I have the same issue.
always shows to me, can't locate the package |
@AustinJia apt packages an old version of json (2.1.1-1.1) that doesn't seem to support this method. |
|
i get an error: |
repository ppa:team-xbmc/ppa |
sudo apt-get install nlohmann-json3-dev worked for Ubuntu 20.04 |
using |
I would like to install the nlohmann_json v3.7.0 and use it in a c++ project.
In my CMakeLists.txt i added:
Ubuntu 16.04
cmake version 3.5.2
cmake_minimum_required(VERSION 3.10)
set(CMAKE_CXX_STANDARD 17)
nlohmann_json v3.7.0
When I try to build I get the following error:
The text was updated successfully, but these errors were encountered: