Mystic -- the Halloween version. Haunted!

bugz c2ecd1fb31 Merge branch 'master' of ssh://gitrg/RedGreen/horrible-harry há 4 anos atrás
hh fec31c343f ghost.ans added credit to Beanzilla há 4 anos atrás
.gitmodules d9fa0e92f7 Added googletest, zf_log README.md to fix. há 4 anos atrás
CMakeLists.txt 930ebe20ff Ansi file to .c/.cpp. show ansi file in linux console há 4 anos atrás
README.md d9fa0e92f7 Added googletest, zf_log README.md to fix. há 4 anos atrás
TODO.md bb9a193fa7 Directions on setting this up. há 4 anos atrás
ansi-color.c 391202b7c6 Example ANSI color file from há 4 anos atrás
ansi-to-src.cpp 79b2ef0256 Trying to get ansi-to-src working right. há 4 anos atrás
lastseen.cpp 5b83c281c0 Updated using C++ objects. Tests next to do. há 4 anos atrás
lastseen.h 5b83c281c0 Updated using C++ objects. Tests next to do. há 4 anos atrás
mystic.cpp c37db9701f Added 'Segmentation Fault (core dumped)' há 4 anos atrás
render.cpp 6c6a6e7d50 Fix issue with render and new buffer char*/len system. há 4 anos atrás
render.h 3ac1940504 Updated: breaking up main. há 4 anos atrás
rsync_list.txt b453b5da1f I'm including my update script. há 4 anos atrás
show 930ebe20ff Ansi file to .c/.cpp. show ansi file in linux console há 4 anos atrás
terminal.cpp 3ac1940504 Updated: breaking up main. há 4 anos atrás
terminal.h 3ac1940504 Updated: breaking up main. há 4 anos atrás
test_lastseen.cpp 5ebec0c585 Ok, LGTM. há 4 anos atrás
try-re.c 3cff6c70e5 Updated re for clean output. Added zf_log. há 5 anos atrás
update_example b453b5da1f I'm including my update script. há 4 anos atrás

README.md

To Use:

git submodule update --init

Do this instead. Avoid the submodule hell.

git clone https://github.com/wonder-mice/zf_log.git git clone https://github.com/google/googletest.git

sudo apt install cmake

cmake . make

Also:

codium clang-format extension

apt install clang-format

Build a "release" build

cmake -DCMAKE_BUILD_TYPE=Release . make

To switch back to "debug" build

cmake -DCMAKE_BUILD_TYPE=Debug . make