Compilation Instructions fail for Linux Mint 18.3 #1030
peterkmurphy
started this conversation in
Hydrogen on Linux
Replies: 2 comments
-
Hi, the current git version of Hydrogen uses C++17, which isn't available with your compiler. However, the release 1.0 uses C++14. So you can try to do a "git checkout releases/1.0" and try to build that version. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you very much. I did as you suggest and Hydrogen compiled correctly. I now have Version 1 working on my desktop. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to try out version 1.0 of Hydrogen. (I'm on Linux Mint 18.3 Cinnamon 64-bit, which is based on Ubuntu 16.04.) I'm trying to follow the instructions Prerequisites to Build from Source at the installation instructions. Three points:
In order to build Hydrogen on Debian-based Systems, you can use the
following command to install all basic and some optional requirements.
I suggest you add cmake to this list, as not everyone has this installed by default.
I'm a bit worried about those CXX_STANDARD is set to invalid value '17' errors. Are they meant to happen?
So what do I need to do at this point to get Hydrogen 1.0 on my desktop?
Beta Was this translation helpful? Give feedback.
All reactions