How to install Cmake C compiler and CXX compiler

后端 未结 4 1303
一个人的身影
一个人的身影 2021-02-12 16:25

I need some help compiling this project with cmake. Here is the error message.

$ ./build_avida
-- Building for: NMake Makefiles
CMake Warning at CMakeLists.txt:1         


        
4条回答
  •  遥遥无期
    2021-02-12 16:36

    Even though I had gcc already installed, I had to run

    sudo apt-get install build-essential
    

    to get rid of that error

提交回复
热议问题