Changes between Version 8 and Version 9 of PortingTips
- Timestamp:
- 08/19/08 16:21:36 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PortingTips
v8 v9 43 43 44 44 Also 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 48 Many 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 * 52 Where x.x.x is the rev of the package, and # is the portlog revision, which will usually be 1.
