[AD] 5.0 and 5.2 on the same system |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: [AD] 5.0 and 5.2 on the same system
- From: Jon Rafkind <workmin@xxxxxxxxxx>
- Date: Mon, 10 Dec 2012 13:45:29 -0700
Right now 'pkg-config allegro-5.0 --libs' returns -lallegro. If we continue on this path then allegro 5.2 will also return -lallegro so how can both 5.0 and 5.2 be installed on the same system?
I would like the major version to be appended to the library name so we get something like -lallegro-5.2 back. Header files would also have to be installed to major version specific folders like allegro5/5.2 instead of just allegro5/.
(I sent an email like this 4 months ago but it didn't go anywhere)