cpp/

directory
v2.3.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2016 License: MIT

README

libfileseq

C++ bindings for gofileseq

This is an experimental library which provides a C++ wrapper over gofileseq, using Go's buildmodes to export the support.

Build Requirements

Go is only needed to build the library and is not a runtime dependency.

You don't have to have qmake or waf if you want to compile it with your own Makefile :-)

Runtime Dependencies

None

Building with qmake

$ cd <path/to/gofileseq>/cpp
$ qmake
$ make

Testing with qmake

$ cd <path/to/gofileseq>/cpp/test
$ qmake
$ make

Building with waf

$ cd <path/to/gofileseq>/cpp
$ waf configure --prefix=/path/to/install/to
$ waf build
$ waf test
$ waf install

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL