libgdx / gdx-video

A libGDX cross platform video rendering extension
Apache License 2.0
147 stars 48 forks source link

Setting up gdx-video? #21

Closed YanJenHuang closed 8 years ago

YanJenHuang commented 8 years ago

Can anyone give me a hint how to set up this library? I try many times and still not work. I set the "Gradle dependency declarations" as readme said in build.gradle but still not working.

RBogie commented 8 years ago

Currently, the build server is not yet building these projects. (This is a WIP).

This means that you have to download the source, and build it yourself. Since the native files are hard to build, we provide a pre-built version, which you can find in #2.

Good luck!

YanJenHuang commented 8 years ago

thank you~