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 8 and Version 9 of PortingTips


Ignore:
Timestamp:
08/19/08 16:21:36 (7 years ago)
Author:
scottmc
Comment:

added the Building binary section

Legend:

Unmodified
Added
Removed
Modified
  • PortingTips

    v8 v9  
    4343 
    4444Also 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}}}. 
     45 
     46== Building to a clean folder and making a binary == 
     47 
     48Many packages have an option to do a "make install", in many of those cases you can use:[[BR]] 
     49 * make install DESTDIR=/boot/foo 
     50 * cd /boot/foo/boot 
     51 * zip -ry9 foo-x.x.x-haiku-#.zip * 
     52Where x.x.x is the rev of the package, and # is the portlog revision, which will usually be 1. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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