# Linux x86_32

## Preparation

```shell
cmake -DBUILD_SHARED_LIBS=OFF ..
```

## Build

```shell
make -j8
```
