mirror of
https://github.com/UltraCoderRU/telebotxx.git
synced 2026-01-28 04:05:13 +00:00
Added instructions about building.
This commit is contained in:
parent
1a4e3b8800
commit
534959f06e
1 changed files with 8 additions and 0 deletions
|
|
@ -6,3 +6,11 @@ In development, so you are welcome to contribute.
|
|||
* C++14-compatible compiler
|
||||
* CMake 2.8 or newer
|
||||
* Boost Unit Test Framework (only for tests)
|
||||
|
||||
## Building
|
||||
*You can set available options in CMakeLists.txt before running configure script.*
|
||||
```bash
|
||||
git submodule update --init --recursive
|
||||
./configure
|
||||
make
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue