# mds_build **Repository Path**: pchom/mds_build ## Basic Information - **Project Name**: mds_build - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-17 - **Last Updated**: 2024-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: mds, build, gn, ninja ## README # mds_build mds_build is a python script to build with 'gn' and 'ninja' for sources. ## requires - python3 - git - gn - ninja # directories ``` . ├── README.md # this file ├── package.gni # imported by BUILDCONFIG.gn ├── pkgs # store build package/resource/binary ├── repos # build repository for gn package description ├── scripts # some build scripts └── toolchains # support build toolchains ``` ## usage see [mds_demo](https://github.com/wpchom/mds_demo) for example.