jorio / CroMagRally

The wildest racing game since man invented the wheel!
https://pangeasoft.net/cromag
Other
122 stars 13 forks source link

It says there's no such directry. #8

Closed foote-darrell closed 9 months ago

foote-darrell commented 2 years ago

I did just what you said to do, but it still says that there is no such directory. I am doing it on Ubuntu.

jorio commented 2 years ago

Install build-essential and cmake.

foote-darrell commented 2 years ago

Is that included in the python script?

foote-darrell commented 2 years ago

Or does that need ot be done seperatly?

jorio commented 2 years ago

It's not in the Python script, so it must be done separately. The build instructions say that CMake and a C++ compiler are prerequisites. On Ubuntu, that implies you should install cmake and build-essential.