aerys / minko

3D framework for web, desktop and mobile devices.
http://minko.io
Other
904 stars 210 forks source link

Compile Minko SDK android #261

Open Angie-Ie opened 7 years ago

Angie-Ie commented 7 years ago

Hi, I am get error when compile Minko sdk. This is the error: undefined reference to 'glslopt_optimize(glslopt_ctx, glslopt_shader_type, char const, unsigned int)' undefined reference to 'glslopt_get_status(glslopt_shader*)'

Thank you

JMLX42 commented 7 years ago

What command lines/operations did you do ?

Angie-Ie commented 7 years ago

when run $make config=android_release

JMLX42 commented 7 years ago

Can you please try with the latest dev branch ? It was updated last week.

tellypresence commented 4 years ago

Android installation instructions date from Eclipse days, don't work with modern IDE (i.e. android studio). The install_jni.sh is completely obsolete, refers to old toolchain which is deprecated. Are there updated instructions available anywhere?