Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Thanks for you help. If I understand the good way, cmake does not find liblzma beacause their is no liblzma but liblzma-dev ? How could I tell cmake to take liblzma-dev instead ? Commented Feb 10, 2013 at 17:12
  • @GuillaumeWuip It's not "instead"; they are two parts of the same thing. Usually you don't need the dev part. I've re-written to explain that more clearly. Commented Feb 10, 2013 at 18:21
  • Ok, I've understand the system. Your explanation is very useful.Thank you very much ! Commented Feb 10, 2013 at 19:05