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

Add build-essential to avoid build error #378

Merged
merged 1 commit into from Feb 23, 2023

Conversation

guest271314
Copy link
Contributor

make

Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.

After installing build-essential make builds successfully.

make

  Tell CMake where to find the compiler by setting either the environment
  variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.

After installing build-essential make builds successfully.
@saghul saghul merged commit 9cce4dc into saghul:master Feb 23, 2023
@saghul
Copy link
Owner

saghul commented Feb 23, 2023

Cheers!

@guest271314 guest271314 deleted the guest271314-patch-1 branch March 1, 2023 05:00
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

Successfully merging this pull request may close these issues.

None yet

2 participants