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 - missing INSTALL.txt
Summary: missing INSTALL.txt
Status: NEW
Alias: None
Product: SDL_ttf
Classification: Unclassified
Component: misc (show other bugs)
Version: 2.0.15
Hardware: x86_64 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-04 15:46 UTC by Professor Unbearable
Modified: 2019-02-04 15:46 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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