allow to build with newer jdk version and document dependencies

This commit is contained in:
Julian Winkler
2023-04-25 17:40:57 +02:00
committed by Mis012
parent cdb62dcd83
commit eac3e42ede
2 changed files with 4 additions and 1 deletions

View File

@@ -2,6 +2,9 @@
---
dependencies on debian:
`sudo apt install libglib2.0-dev libgtk-4-dev libasound2-dev libopenxr-dev`
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)
2. `mkdir builddir`

View File

@@ -2,7 +2,7 @@ project('android_translation_layer', ['c', 'java'], default_options: ['b_lundef=
javac = meson.get_compiler('java')
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
gnome = import('gnome')