mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 05:26:09 +05:00
initial
This commit is contained in:
7
compile_init.sh
Executable file
7
compile_init.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -x
|
||||
export PATH=$PATH:/usr/local/go/bin/
|
||||
export GOPATH=`pwd`
|
||||
export ANDROID_HOME=$HOME'/Android/Sdk'
|
||||
go get golang.org/x/mobile/cmd/gomobile
|
||||
./bin/gomobile init -v -ndk /home/yourok/Android/Ndk/android-ndk/
|
||||
Reference in New Issue
Block a user