Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 2.13 KB

File metadata and controls

49 lines (39 loc) · 2.13 KB

prebuilder

Build static libraries for fcitx5-android.

Build environment

Cabal is required to build this project.

Android related

  • Android Platform (API Level): 23
  • Android NDK: 28.0.13004108
  • CMake Version: 3.31.6

both can be installed with sdkmanager command line tool.

System dependencies

  • tar curl git
  • ghc haskell-shake haskell-aeson-pretty cabal-install: haskell stuff
  • cmake extra-cmake-modules ninja: cmake stuff
  • python: build dep of opencc
  • opencc: for opencc_dict
  • gperf: build dep of libiconv

Libraries