Skip to content
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

Better compilation instruction for FreeBSD #69

Open
avysk opened this issue Nov 19, 2024 · 0 comments
Open

Better compilation instruction for FreeBSD #69

avysk opened this issue Nov 19, 2024 · 0 comments

Comments

@avysk
Copy link

avysk commented Nov 19, 2024

The compilation on FreeBSD fails, because of the following two reasons:

  • GNU make is required
  • built-in clang cannot compile the code

I have managed to compile the project by doing the following:

  1. Install GNU make
  2. Install GCC
  3. CC=gcc CXX=g++ gmake

Maybe compilation instructions can be updated correspondingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant