Changes between Initial Version and Version 1 of Ticket #69312
- Timestamp:
- Feb 10, 2024, 9:17:36 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69312 – Description
initial v1 13 13 }}} 14 14 15 Currently the irrlichtmt port being used is version 1.9.0mt10. The newest version is irrlicht-1.9.0mt14. I downloaded this version it was able to build it successfully. I just had to specify the compiler to use. This is the command I used to make the cmake step work:15 Currently the irrlichtmt port being used is version 1.9.0mt10. The newest version is irrlicht-1.9.0mt14. I downloaded this version and it was able to build it successfully. I just had to specify the compiler to use. This is the command I used to make the cmake step work: 16 16 17 17 … … 20 20 }}} 21 21 22 I picked clang-mp-16 because it was already on my system. I don't know if an older version wo rld work. From the error message I saw it looks like a compiler that supports CXX17 should work.22 I picked clang-mp-16 because it was already on my system. I don't know if an older version would work. From the error message I saw it looks like a compiler that supports CXX17 should work. 23 23 24 24 This is where I downloaded irrlichtmt: https://github.com/minetest/irrlicht/releases/tag/1.9.0mt14