abishekvashok / cmatrix

Terminal based "The Matrix" like implementation
GNU General Public License v3.0
4.02k stars 417 forks source link

CMake build system #15

Closed hoijui closed 6 years ago

hoijui commented 7 years ago

hey! :-) i made a first, tiny step in that direction (supporting building with CMake): https://github.com/hoijui/cmatrix/commits/cmake

it configures and compiles fine on my system (Ubuntu 14.04 64bit), and the resulting cmatrix executable seems to work fine. what it does not do, is anything else then compiling the executable, like.. doing anything with the font, for example. what other things would be required for it to have the same functionality/features as the current build system?

abishekvashok commented 7 years ago

The fonts are our only distributable except the compiled cmatrix file which goes in $prefix or /use/bin/. When you are done, or now make a PR, so that we can get into that easily ther rin the PR.

abishekvashok commented 6 years ago

@hoijui any updates? Can we safely close this?

hoijui commented 6 years ago

yep, all done! :-)