Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 850 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 850 Bytes

(WIP) C, Go, Python buildings to indicatif

Usage

Requirement: Rust toolchain

C

Example:

$ make c-example-download

Go

You can choose either pure go or cgo implementation

Pure go

Requirement: gccgo

Example:

$ go get -d github.com/ARwMq9b6/indicatif-ffi/indicatif-ffi-go
$ git clone git://github.com/ARwMq9b6/indicatif-ffi
$ cd indicatif-ffi
$ make go-example-download

Cgo

Example:

$ go get -d github.com/ARwMq9b6/indicatif-ffi/indicatif-ffi-go-cgo
$ git clone git://github.com/ARwMq9b6/indicatif-ffi
$ cd indicatif-ffi
$ make go-cgo-example-download

Python

py3.5+

Example:

$ make py-example-download