Skip to content

wangyoucao577/hello-sdk-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-sdk-sample

Hello SDK sample code to try out Conan, the C/C++ Package Manager and GitVersion.

It uses wangyoucao577.jfrog.io as Conan storage which has been recommended in Uploading to Artifactory Cloud Instance.

Refer to wangyoucao577/hello-app-sample for the executable app that invokes this Hello SDK.

Local Development

Prerequisites

  • latest conan
  • latest cmake
  • latest C/C++ compiler on your platform:
    • g++ on linux
    • clang on macosx
    • visual studio on windows

Build

$ conan create .

Automation

View pre-built conan packages

$ conan remote add my-conan-repo https://wangyoucao577.jfrog.io/artifactory/api/conan/test-conan-local
$ conan search '*' -r my-conan-repo