Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.98 KB

README.md

File metadata and controls

46 lines (36 loc) · 1.98 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