mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-19 17:27:57 +02:00
fix android build on ubuntu 18 for clang
This commit is contained in:
parent
ee3831d581
commit
e3abec2e8d
@ -20,6 +20,7 @@ unzip android-ndk-r22b-linux-x86_64.zip
|
|||||||
|
|
||||||
# install ffigen and llvm
|
# install ffigen and llvm
|
||||||
dart pub global activate ffigen
|
dart pub global activate ffigen
|
||||||
|
# on Ubuntu 18, it is: sudo apt install libclang-9-dev
|
||||||
sudo apt-get install libclang-dev
|
sudo apt-get install libclang-dev
|
||||||
|
|
||||||
git clone https://github.com/rustdesk/rustdesk
|
git clone https://github.com/rustdesk/rustdesk
|
||||||
|
@ -20,6 +20,7 @@ unzip android-ndk-r22b-linux-x86_64.zip
|
|||||||
|
|
||||||
# install ffigen and llvm
|
# install ffigen and llvm
|
||||||
dart pub global activate ffigen
|
dart pub global activate ffigen
|
||||||
|
# on Ubuntu 18, it is: sudo apt install libclang-9-dev
|
||||||
sudo apt-get install libclang-dev
|
sudo apt-get install libclang-dev
|
||||||
|
|
||||||
git clone https://github.com/rustdesk/rustdesk
|
git clone https://github.com/rustdesk/rustdesk
|
||||||
|
@ -20,6 +20,7 @@ unzip android-ndk-r22b-linux-x86_64.zip
|
|||||||
|
|
||||||
# install ffigen and llvm
|
# install ffigen and llvm
|
||||||
dart pub global activate ffigen
|
dart pub global activate ffigen
|
||||||
|
# on Ubuntu 18, it is: sudo apt install libclang-9-dev
|
||||||
sudo apt-get install libclang-dev
|
sudo apt-get install libclang-dev
|
||||||
|
|
||||||
git clone https://github.com/rustdesk/rustdesk
|
git clone https://github.com/rustdesk/rustdesk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user