mirror of
https://github.com/mii443/mozc.git
synced 2025-08-22 16:15:46 +00:00
Currently meta information regarding how to set up build environment for Mozc and how to build Mozc actually is described in files at the top level directory (e.g., README.md and appveyor.yml) and documents under doc/ directory. One exception of this directory structure is docker files under src/docker/ directory. Probably extracting this kind of meta source code out from src/ directory would make sense from the viewpoint of directory structure management.