# project1 **Repository Path**: tangmorg/project1 ## Basic Information - **Project Name**: project1 - **Description**: A tiny log module for file - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-02 - **Last Updated**: 2022-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # project1 --- > **A tiny log module for file** ## How to use Use [cmake](https://cmake.org/files/) to generate your project on different platform. *We strongly recommend to use like this:* mkdir build cd ./build cmake ../ After completly compilation you will find the excutable file in the path `./bin/`, ~have fun!