mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-12-28 03:32:46 +00:00
fix ffigen
This commit is contained in:
parent
e3abec2e8d
commit
e8aff5b513
|
|
@ -19,7 +19,7 @@ wget https://dl.google.com/android/repository/android-ndk-r22b-linux-x86_64.zip
|
|||
unzip android-ndk-r22b-linux-x86_64.zip
|
||||
|
||||
# install ffigen and llvm
|
||||
dart pub global activate ffigen
|
||||
dart pub global activate ffigen 5.0.1
|
||||
# on Ubuntu 18, it is: sudo apt install libclang-9-dev
|
||||
sudo apt-get install libclang-dev
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ wget https://dl.google.com/android/repository/android-ndk-r22b-linux-x86_64.zip
|
|||
unzip android-ndk-r22b-linux-x86_64.zip
|
||||
|
||||
# install ffigen and llvm
|
||||
dart pub global activate ffigen
|
||||
dart pub global activate ffigen 5.0.1
|
||||
# on Ubuntu 18, it is: sudo apt install libclang-9-dev
|
||||
sudo apt-get install libclang-dev
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ wget https://dl.google.com/android/repository/android-ndk-r22b-linux-x86_64.zip
|
|||
unzip android-ndk-r22b-linux-x86_64.zip
|
||||
|
||||
# install ffigen and llvm
|
||||
dart pub global activate ffigen
|
||||
dart pub global activate ffigen 5.0.1
|
||||
# on Ubuntu 18, it is: sudo apt install libclang-9-dev
|
||||
sudo apt-get install libclang-dev
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue