mirror of
https://github.com/UltraCoderRU/telebotxx.git
synced 2026-01-28 04:05:13 +00:00
Fixed building instructions
This commit is contained in:
parent
a20cbee5a6
commit
607647cb25
1 changed files with 3 additions and 1 deletions
|
|
@ -14,7 +14,9 @@ In development, so you are welcome to contribute.
|
||||||
*You can set available options in CMakeLists.txt before running configure script.*
|
*You can set available options in CMakeLists.txt before running configure script.*
|
||||||
```bash
|
```bash
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
./configure
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake ..
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
## Usage
|
## Usage
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue