Skip to content

alexmustdie/yandex-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yandex-cpp

Dependencies

http-client (my own)

Install

sudo mkdir yandex
sudo cp include/*.hpp /usr/include/yandex/
g++ -shared -o build/libyandex.so -std=c++14 src/*.cpp -fPIC -lhttp_client
sudo cp build/libyandex.so /usr/lib/

About

Library for working with Yandex.Disk API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages