Changes between Version 2 and Version 5 of Ticket #694


Ignore:
Timestamp:
Jan 15, 2010 3:04:39 PM (14 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #694

    • Property Type changed from defect to enhancement
    • Property Milestone changed from Known-Issues-and-Ideas to release-1.6
  • Ticket #694 – Description

    v2 v5  
    1 The {{{make install}}} script is really really outdated. Anyone care to fix this? 
     1'''{{{make install}}}''': 
     2 - adhere to '''{{{--prefix}}}''' option 
     3 - copy public header files to {{{$prefix/include}}} 
     4 - copy all generated libraries to {{{$prefix/lib}}} 
     5 - create '''{{{pkgconfig}}}''' file in {{{$prefix/lib/pkgconfig}}} 
     6 
     7Limitations: 
     8 - only {{{--prefix}}} works for now; other {{{configure}}} options such as {{{--libdir=DIR}}} or {{{--includedir=DIR}}} are ignored.