# gn_sample **Repository Path**: zhongzhi007/gn_sample ## Basic Information - **Project Name**: gn_sample - **Description**: gn sample to quick start construct gn project - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-10-27 - **Last Updated**: 2023-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Example This is a simple example that is a good place to get started with the minimal configuration. ## Precondition - gcc installed - gn installed and path configed ## Build To build and run the simple example with the default gcc compiler: ``` gn gen -C out ninja -C out ./out/hello ```