1. Home
  2. Browse
  3. cpp-pinyin

cpp-pinyin

v1.0.0#0Latest

A lightweight Chinese/Cantonese to Pinyin library.

Install

Run the following Vcpkg command to install the port.

Usage

cpp-pinyin provides CMake targets:

find_package(cpp-pinyin CONFIG REQUIRED)

target_link_libraries(main PRIVATE cpp-pinyin::cpp-pinyin)

To use the library, you need to copy the dictionary files to the binary directory.

add_custom_command(TARGET main POST_BUILD

)

Dependencies

See source

Version

v1.0.0#0

Publication

Supports

All

GitHub

wolfgitpr/cpp-pinyin7

Homepage

github.com/wolfgitpr/cpp-pinyin

Subtree

acdbbbaab9

License

Apache-2.0

Definition

Manifest