Skip to content
Snippets Groups Projects
  1. Jan 03, 2018
  2. Dec 30, 2017
  3. Dec 28, 2017
  4. Dec 27, 2017
  5. Dec 26, 2017
  6. Dec 25, 2017
  7. Dec 23, 2017
  8. Dec 22, 2017
  9. Dec 21, 2017
  10. Dec 20, 2017
  11. Dec 18, 2017
    • psychocrypt's avatar
      Merge pull request #558 from juugcatm/patch-1 · 8e38483d
      psychocrypt authored
      Update CMakeLists.txt
      8e38483d
    • Gene's avatar
      for CentOS, do scl without sudo · dd9bacd6
      Gene authored
      I ran into a problem following these instructions, and this change got me past it.
      
      The command in question enables access to the C++ compiler (puts it on the PATH or something like that).  If you do it with `sudo`, it leaves you at a root shell prompt.  If you then exit that root prompt, to go back to non-root, then g++ is no longer accessible.  If you want to compile as non-root, then you need to do `scl` as non-root.
      dd9bacd6
    • Derek Adams's avatar
      Again, fix spacing · 4515d65f
      Derek Adams authored
      The github online editor is injecting tabs for some reason, fixed them.
      4515d65f
    • Derek Adams's avatar
      Address reviewer comments. · a5a88456
      Derek Adams authored
      Adjust spacing and pathing based on review feedback.
      a5a88456
Loading