# sdl2_tutorial **Repository Path**: jansonshen2016/sdl2_tutorial ## Basic Information - **Project Name**: sdl2_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**: 2024-10-14 - **Last Updated**: 2024-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Build ```shell mkdir build conan install . -if build --build=missing cmake -S . -B build cmake --build build ```