Created by: 007exe
Cmake edits can now use -DCMAKE_INSTALL_PREFIX =/usr and -DCMAKE_INSTALL_LIBDIR=lib or lib64 to indicate the location of libraries, this will solve compatibility problems with non-ubuntu-like distributions such as CentOS, Fedora, ALT and others. For Ubuntu, it is recommended to use -DCMAKE_INSTALL_BINDIR=/usr/games.