Skip to content

chreniuc/smart_pointer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smart_pointer

Basic setup

Add bincrafters remote to conan:

conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan

You will first need the cairo recipe or package with xcb enable:

git clone https://github.com/chreniuc/conan-cairo.git
cd conan-cairo
conan create . chreniuc/stable -o *:shared=False

After that go in the project directory:

mkdir build && cd build
conan install ..
conan build ..
./bin/smart_pointer

Notice: This project links statically with almost all dependencies of cairo, including cairo itself, excluding xcb and it's dependencies: xcb, xcb-shm, xcb-render.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published