mattgodbolt / xania

Xania MUD source
Other
58 stars 13 forks source link

Tweak gcc/g++ install instructions in README.md #275

Closed jordansamuels closed 2 years ago

jordansamuels commented 2 years ago

Via private conversation with @mattgodbolt , currently if you only install gcc/g++ you may get these errors on running make:

CMake Error at /home/jsamuels/.cache/ozy/cmake/3.21.3/cmake-3.21.3-linux-x86_64/share/cmake-3.21/Modules/CMakeDetermineCCompiler.cmake:49 (message):
  Could not find compiler set in environment variable CC:

  gcc-10.
Call Stack (most recent call first):
  CMakeLists.txt:2 (project)

CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
See also "/home/jsamuels/code/oss/mattgodbolt/xania/cmake-build-debug/CMakeFiles/CMakeOutput.log".
make: *** [Makefile:100: /home/jsamuels/code/oss/mattgodbolt/xania/cmake-build-debug/CMakeCache.txt] Error 1