Giter Club home page Giter Club logo

libaursir's Introduction

libaursir

Building

Prerequisites:

  • This libary is currently only supported on Linux, since the go compiler only can not create shared objects on Windows and OSX.
  • You will need to install zeromq from your package manager or compile it from source: https://zeromq.com.
  • Make sure have at least Go 1.5
  • Install aursir4go: go get github.com/joernweissenborn/aursir4go

Compiling:

  • clone the repository
  • Export: go build --buildmode=c-shared -o libaursirexport.so export.go
  • Import: go build --buildmode=c-shared -o libaursirimport.so import.go

Then copy the files to your sytems library folder, e.g. /usr/lib.

Basic usage

Please see https://github.com/joernweissenborn/aursir4py.

libaursir's People

Contributors

joernweissenborn avatar

Watchers

James Cloos avatar  avatar  avatar

libaursir's Issues

go get fails on export.go

go get fails with the following failure message:
src/github.com/joernweissenborn/libaursir/export.go:45: cannot use map[string]_messages.Request literal (type map[string]_messages.Request) as type map[string]*eventual2go.Future in assignment
src/github.com/joernweissenborn/libaursir/import.go:32: request redeclared in this block
previous declaration at src/github.com/joernweissenborn/libaursir/export.go:52
src/github.com/joernweissenborn/libaursir/import.go:207: main redeclared in this block
previous declaration at src/github.com/joernweissenborn/libaursir/export.go:126

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.