As some of you may have noticed, I have switched the build system of FreeRCT to a CMake system. This makes cross-platform much easier. However, there are some notes:
- Existing checkouts may be broken, due to CMake not recognising existing generated files. To fix this, you must delete the existing generated files
With svn, this can be done with:
"svn st --no-ignore | grep '^I' | awk '{print $2}' | xargs rm -rf"
Remember to backup your freerct.cfg !
FreeRCT _should_ build on all Operating systems now, but there might be some teething problems with the build system initially
Thanks
Lord Aro