Coder Social home page Coder Social logo

Comments (6)

altonen avatar altonen commented on May 27, 2024

Hi,

unfortunately it was decided that for the sake of user experience, Crypto++ should be checked and enabled automatically. There was internal debate about this but this was the direction that was chosen for uvgRTP and thus, unfortunately for you, I don't see this change being merged to master. On the other hand, I'm no longer in a position to make any decisions regarding uvgRTP (that's now Joni's or Marko's job) so you may also try your luck and open a pull request for the Crypto++ detection update and see what happens.

The updates regarding crypto.cc look good to me and if you want them to be merged to master, please open a pull request.

from uvgrtp.

lhp-git avatar lhp-git commented on May 27, 2024

Thank you for your quick answer.

I will guard my modifications to the crypto.hh file with a check to the GCC version (< 5), hence the "official" Crypto++ remains unchanged if GCC version is > 5. I will try my luck with a pull request for this, and another for the getrandom() function.

What about the hardcoding of the standard c++17 in the CMakeLists.txt ? This requirement isn't mentioned in the BUILDING.md, and is new with the 2.0.0 version. This is disapointing for users of the 1.0.0 who wants to upgrade.

from uvgrtp.

altonen avatar altonen commented on May 27, 2024

Checking against GCC's version sounds reasonable to me. As you mentioned, uvgRTP only uses the __has_include from C++17 so you could modify the CMake file to detect if a C++17-compatible compiler is present and enable -std=c++17 if so. And if not, it could default to C++11 and use your GCC version check code to enable/disable crypto (if merged to master).

from uvgrtp.

lhp-git avatar lhp-git commented on May 27, 2024

I will prepare a pull request, but for that I need to learn how to do it. I think there are tutorials for that.

from uvgrtp.

lhp-git avatar lhp-git commented on May 27, 2024

PR "build: Support for CentOS7 #18" submitted

from uvgrtp.

lhp-git avatar lhp-git commented on May 27, 2024

The PR #18 has been merged. I can close this issue now.

from uvgrtp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.