ppetraki / conan-nana

nana 1.7.0 conan package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conan-io recipe for nana gui library

Provides version 1.7.0 in both Debug and Release builds.

Tested on Ubuntu 18.04. Contributions to other platforms and earlier versions are very welcome.

Usage

Install nana conan package locally

Unconditionally removes the existing installed version and then builds and installs both Release and Debug builds.

make package-install

and of course there's an uninstall

make package-uninstall

License

MIT

Notes

The Makefile used to drive conan package development was inspired by this bincrafters blog post.

Markdown file edited using ReText, which offers editing + live preview.

TODO

  • test_package functionality
  • Travis CI
  • Shared lib support
  • Plumbing all the available build options
  • Multiversion ubuntu support, plus RHEL/Fedora, & Suse
  • Mac and Windows support
  • Handle dependancy resolution like boost_filesystem when stdc++fs isn't available

About

nana 1.7.0 conan package

License:MIT License


Languages

Language:Python 81.6%Language:Makefile 18.4%