rice icon indicating copy to clipboard operation
rice copied to clipboard

Small clarification needed in README

Open cyberkarim opened this issue 1 year ago • 0 comments

Hello guys,

The documentation states that in order to build the engine by compiling g++, you need to use the "make" command line. However, the makefile script uses clang++ as a default compiler. Thus, I wasn't able to compile at first since I didn't have clang++. pupi

Precising CXX=g++ as a parameter for the "make" did it for me.

cyberkarim avatar Dec 02 '24 15:12 cyberkarim