# freetype-SDL-SDL_TTL **Repository Path**: zhangp2020/freetype-SDL-SDL_TTL ## Basic Information - **Project Name**: freetype-SDL-SDL_TTL - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-06-13 - **Last Updated**: 2022-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # freetype-SDL-SDL_TTL the sourse code of freetype、SDL、SDL_TTL and a test.c # Makefile 1. create a font directory, copy the freetype, SDL, SDL_TTL source package to the font directory, decompress and compile the static library (or dynamic library); 2. create a test directory under the font directory; 3. create the lib directory and copy related static libraries (or dynamic libraries) to lib; 4. copy the include directory related to each source package to the test directory; 5. modify ROOT_PATH in Makefile. 6. make