Search found 1 match
- Thu May 05, 2016 22:09
- Forum: Help
- Topic: CEGUI doesn't build
- Replies: 7
- Views: 6469
CEGUI doesn't build
I followed the readme steps: ```bash cd $cegui_folder # you can call the folder differently but "build" is customary mkdir build/ cd build/ # run the configure step cmake-gui ../ # fix any issues pointed out by cmake # not all dependencies are required so if some are not found, don't panic...