Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/asdf20122012/qml

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/asdf20122012/qml

  • v0.0.0-20130922145216-b53e77134a6c
  • Source
  • Go
  • Socket score

Version published
Created
Source

QML support for the Go language

This is an ALPHA release

This package is in an alpha stage, and still in heavy development. APIs may change, and things may break.

At this time contributors and developers that are interested in tracking the development closely are encouraged to use it. If you'd prefer a more stable release, please hold on a bit and subscribe to the mailing list for news. It's in a pretty good state, so it shall not take too long.

Demo

See this video for a quick introduction.

Community

Please join the mailing list for following relevant development news and discussing project details.

API documentation

The API documentation is available in the usual location.

Requirements

To try the alpha release, you'll need:

  • Go 1.2 (release candidate), for the C++ support of go build
  • The current Ubuntu SDK, or equivalent Qt libraries
  • Packages qtbase5-private-dev and qtdeclarative5-private-dev or equivalent header files, for the dynamic meta object support

In practice, if you are in Ubuntu, this should work for the Qt dependencies:

$ sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
$ sudo apt-get update
$ sudo apt-get install ubuntu-sdk qtbase5-private-dev qtdeclarative5-private-dev

and Go 1.2 may be installed using godeb:

$ # Pick the right one for your system: 386 or amd64
$ ARCH=amd64
$ wget -q https://godeb.s3.amazonaws.com/godeb-$ARCH.tar.gz
$ tar xzvf godeb-$ARCH.tar.gz
godeb
$ sudo mv godeb /usr/local/bin
$ godeb list | head -1
1.2rc1
$ godeb install 1.2rc1

If you're not in Ubuntu and your operating system does not offer these dependencies, you may have success installing Go 1.2rc1 and Qt 5.0.2 directly from the upstreams.

Installation

Once the requirements above are satisfied, go get should work as usual:

go get github.com/niemeyer/qml

FAQs

Package last updated on 22 Sep 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc