Newer
Older
$ dnf localinstall https://dev.mysql.com/get/mysql80-community-release-el9-5.noarch.rpm
$ dnf install -y gcc g++ git cmake boost-devel librdkafka-devel openssl-devel redis hiredis-devel json-devel yaml-cpp-devel mysql-community-server mysql-connector-c++-devel
$ echo 'export BIAS_PREFIX=$HOME/BIAS' >> ~/.bashrc
$ source $HOME/.bashrc
```
### Clone and download submodules
```
$ 'cd to the project dir'
$ git submodule update --init --recursive
### Prepare BIAS db
```
Execute 'createBiasDB.sql' script