Skip to content

kisasexypantera94/simba-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment setup

Devcontainer

$ docker compose up -d
# attach to the container

Manual

$ pip3 install meson ninja conan==1.53.0
$ conan profile new default --detect && \
  conan profile update settings.compiler.libcxx=libstdc++11 default

Building

$ cd src && mkdir build && cd build && cmake .. && make -j

$ ./bin/simba_decoder_test

About

SIMBA MOEX Decoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published