$ docker compose up -d
# attach to the container$ pip3 install meson ninja conan==1.53.0
$ conan profile new default --detect && \
conan profile update settings.compiler.libcxx=libstdc++11 default$ cd src && mkdir build && cd build && cmake .. && make -j
$ ./bin/simba_decoder_test