We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4487

Summary: missing INSTALL.txt
Product: SDL_ttf Reporter: Professor Unbearable <profbear>
Component: miscAssignee: Sam Lantinga <slouken>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 2.0.15   
Hardware: x86_64   
OS: Linux   

Description Professor Unbearable 2019-02-04 15:46:21 UTC
A simple INSTALL.txt would be nice, like that which already exists in the SDL2 directory.

One potential issue that I would need help getting around in this file would be to find the target link libraries.


This is the error I get


~/SDL2_ttf-2.0.15 $ mkdir build; cd build
~/SDL2_ttf-2.0.15/build $ cmake ..
-- Configuring done
CMake Error at CMakeLists.txt:24 (add_library):
  Target "SDL2_ttf" links to target "SDL2::SDL2" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?


CMake Error at CMakeLists.txt:24 (add_library):
  Target "SDL2_ttf" links to target "Freetype::Freetype" but the target was
  not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?


-- Generating done
-- Build files have been written to: /home/profbear/SDL2_ttf-2.0.15/build