# Fundamental.Algorithm.Tutorial **Repository Path**: hexu1985/Fundamental.Algorithm.Tutorial ## Basic Information - **Project Name**: Fundamental.Algorithm.Tutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-20 - **Last Updated**: 2021-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### ubuntu下编译gtest: ``` $ git clone https://github.com/google/googletest.git $ cd googletest $ cmake -H. -Bbuild -DCMAKE_INSTALL_PREFIX=./install $ cmake --build build --target install ```