fix android build on ubuntu 18 for clang

This commit is contained in:
rustdesk 2022-06-09 22:23:43 +08:00
parent ee3831d581
commit e3abec2e8d
3 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@ unzip android-ndk-r22b-linux-x86_64.zip
# install ffigen and llvm
dart pub global activate ffigen
# on Ubuntu 18, it is: sudo apt install libclang-9-dev
sudo apt-get install libclang-dev
git clone https://github.com/rustdesk/rustdesk

View File

@ -20,6 +20,7 @@ unzip android-ndk-r22b-linux-x86_64.zip
# install ffigen and llvm
dart pub global activate ffigen
# on Ubuntu 18, it is: sudo apt install libclang-9-dev
sudo apt-get install libclang-dev
git clone https://github.com/rustdesk/rustdesk

View File

@ -20,6 +20,7 @@ unzip android-ndk-r22b-linux-x86_64.zip
# install ffigen and llvm
dart pub global activate ffigen
# on Ubuntu 18, it is: sudo apt install libclang-9-dev
sudo apt-get install libclang-dev
git clone https://github.com/rustdesk/rustdesk