You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
allow to build with newer jdk version and document dependencies
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
dependencies on debian:
|
||||||
|
`sudo apt install libglib2.0-dev libgtk-4-dev libasound2-dev libopenxr-dev`
|
||||||
|
|
||||||
build instructions:
|
build instructions:
|
||||||
1. compile and install https://gitlab.com/Mis012/dalvik_standalone (art branch) (you can run it from builddir, but it requires some additional env variables)
|
1. compile and install https://gitlab.com/Mis012/dalvik_standalone (art branch) (you can run it from builddir, but it requires some additional env variables)
|
||||||
2. `mkdir builddir`
|
2. `mkdir builddir`
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ project('android_translation_layer', ['c', 'java'], default_options: ['b_lundef=
|
|||||||
|
|
||||||
javac = meson.get_compiler('java')
|
javac = meson.get_compiler('java')
|
||||||
if javac.version() != '1.8.0'
|
if javac.version() != '1.8.0'
|
||||||
error('javac versions other than 1.8.0 are known to cause issues (you have: ', javac.version(), ')')
|
warning('javac versions other than 1.8.0 are known to cause issues at least on aarch64 alpine (you have: ', javac.version(), ')')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
gnome = import('gnome')
|
gnome = import('gnome')
|
||||||
|
|||||||
Reference in New Issue
Block a user