HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 25 and Version 26 of PortingTips


Ignore:
Timestamp:
08/09/10 21:29:11 (5 years ago)
Author:
michaelvoliveira
Comment:

section titles were resized to fit in the news page

Legend:

Unmodified
Added
Removed
Modified
  • PortingTips

    v25 v26  
    6565Also note that doing so may, depending on the project, result in more dependencies but might be easier to handle, for instance when modifying {{{configure.in}}} or {{{Makefile.am}}} instead of an Autoconf-generated {{{configure}}} or Automake-generated {{{Makefile}}}. 
    6666 
    67 == Preparing an archive for distribution == 
     67== Preparing for distribution == 
    6868 
    6969There are two methods for creating an archive for distribution, using DESTDIR and using diff_zip. [[BR]]   
    … …  
    9797}}} 
    9898 
    99 == Providing Archive Distributions == 
     99== Providing Distributions == 
    100100 
    101101If the package does not have any of the C++ runtime symbols, then a single package can be created. However if the package is gcc/ABI sensitive, then it should be released as two archives. Ideally one compiled with gcc2 and the other compiled with gcc4. For packages that are only compiled with one gcc, eg gcc4-only software, then a second archive should be created for use with gcc2hybrids. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/