manage README

This commit is contained in:
keita
2021-03-03 03:20:05 +09:00
parent 0a830e53f3
commit 9d4caf32a0
+30 -1
View File
@@ -7,9 +7,38 @@
This is a library for using Twitter API from C++
# Dependency
- libcurl
- libcurl(openssl version)
- libssl
# Instllation
## Ubuntu
```
# apt install clang cmake git libboost-dev libboost-test-dev libcurl4-openssl-dev libssl-dev nunja-build
$ git clone https://github.com/koron0902/CocoaTweet
$ cd CocoaTweet // HINT : see bellow for more build faster
$ mkdir build
$ cd build
$ cmake .. -G Ninja
$ ninja
```
## Windows
T.B.D.
## HINT
in the default, test code also linked when build.
you can build more faster modifing CMakeLists.txt
```
$ vi CMakeLists.txt (or other editor you like)
// line 73
# enable_testing()
// line 76
# add_subdirectory(test)
```
# Features
you can use these endpoint
- statuses/update