Building errors ori 0.8.1 on ubuntu 18.06

Issue #28 resolved
Samuel D Lotz created an issue

I followed the instructions exactly for ubuntu but I get erros when I build. See file.

I like the project and it promises to be pretty useful, hopefully I can get it up and running and at least get some tests for it.

Comments (2)

  1. ryanj

    have you tried 0.8.2 (current master on bitbucket)?

    boost isn’t used in 0.8.2 so these ubuntu build errors introduced by boost are resolved.

    If you’re building for ubuntu with 0.8.2 and come across openssl errors what worked for me was to use libssl-dev (1.1 by default),

    and make sure the // openssl 1.1 comments from commit 40b9913 are used.

    so checking out 066bba5 should build on ubuntu 18.06

  2. Log in to comment