编译x265的时在linux shell下需要用到ccmake。
ccmake 是个 ncurses (terminal) GUI running on Unix-like systems。
cmake 的 configure 文件会自动探测系统里有没有 ncurses 库以决定是否生成ccmake。
转到windows平台,即使在mingw底下装了ncurses库,也无法编出ccmake来。没关系,用cmake-gui就好
- 指定source dir
- 指定build dir
- Configure Button -> 选择编译类型
- 修改编译选项
- Generate Button