• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MSVC_Net2013/H15-Nov-2016-2,4702,366

build/H15-Nov-2016-26,19821,035

cairomm/H03-May-2022-12,2685,268

data/H15-Nov-2016-8065

docs/H03-May-2022-15,52114,881

examples/H03-May-2022-1,3171,054

tests/H03-May-2022-2,4582,045

AUTHORSH A D31-Jul-2015185 117

COPYINGH A D31-Jul-201524.7 KiB482399

ChangeLogH A D15-Nov-201696.6 KiB2,7711,841

INSTALLH A D15-Nov-201615.4 KiB371289

MAINTAINERSH A D31-Jul-2015191 96

Makefile.amH A D10-Sep-20155.3 KiB14291

Makefile.inH A D03-May-202240.2 KiB1,1581,026

NEWSH A D15-Nov-201611.6 KiB354291

READMEH A D31-Jul-2015446 149

aclocal.m4H A D15-Nov-201670.7 KiB2,0091,813

autogen.shH A D31-Jul-2015246 85

cairommconfig.h.inH A D31-Jul-2015354 149

configureH A D15-Nov-2016622.2 KiB20,29917,183

configure.acH A D15-Nov-20165.6 KiB146128

README

1cairomm
2-------------
3
4This library provides a C++ interface to cairo.
5
6Read the file 'INSTALL' for instructions to compile and install the library.
7
8See the examples directory for example code.
9
10Use pkg-config to discover the necessary include and linker arguments. For instance,
11  pkg-config cairomm-1.0 --cflags --libs
12Ideally you would use PKG_CHECK_MODULES in your configure.ac file.
13See http://www.openismus.com for generic help with that.
14