readme.md 338 Bytes
Newer Older
SWHL's avatar
SWHL committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Other dependent libraries:
```
liblzma
libbz2
```

### For Windows:

To put it simple, we will provide some pre-build binary files for compilation on Windows OS.
```
visual stduio 2019
cmake 3.20 or above

```
### For Linux:
Just install these package on your system.

example for ubuntu:
```

apt install  liblzma-dev libbz2-dev -y

```