mrmaffen / vlc-android-sdk

VLC Android SDK pushed to Maven Central. Primarily used in project tomahawk-android.
793 stars 244 forks source link

Step by step tutorial for Building the LibVLC #62

Open Kuoyhout opened 7 years ago

Kuoyhout commented 7 years ago

Can you write a step by step tutorial on how you build the library? Because I always fail to build the library on my mac when using the instructions in vlc page.

augmenter commented 7 years ago

Just add this line: compile 'de.mrmaffen:vlc-android-sdk:1.9.8' to your build.gradle dependencies section.

Kuoyhout commented 7 years ago

@augmenter I want to rebuild the library myself so I can exclude the support for mips device

KirillMakarov commented 7 years ago

+1 @Kuoyhout did you try this?

samostopar commented 7 years ago

I am creating a docker image to maybe automatize this process. But haven't gotten it to work yet!