You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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++.
Precising CXX=g++ as a parameter for the "make" did it for me.
The text was updated successfully, but these errors were encountered:
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](https://private-user-images.githubusercontent.com/58376217/391605704-ed6bc6f8-d7d0-4768-b91b-39a836cfd049.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNjgxNjUsIm5iZiI6MTczOTA2Nzg2NSwicGF0aCI6Ii81ODM3NjIxNy8zOTE2MDU3MDQtZWQ2YmM2ZjgtZDdkMC00NzY4LWI5MWItMzlhODM2Y2ZkMDQ5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDAyMjQyNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY3N2FmYzFmYmQ0YzY0MmRiYTY3NGRiYjA2YzE5OTNjMTk2OTkyMmIzZTIzMzFjYmRhYzA2YTllYjlkMDE1ZGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.fFt_hVwG2_GCGu-olOJtg713oKjwEInHa5B9H-GPXaw)
Precising CXX=g++ as a parameter for the "make" did it for me.
The text was updated successfully, but these errors were encountered: