Changes between Version 15 and Version 16 of Obsolete/MovedToTree/PackageManagement/OldIdeas
- Timestamp:
- Aug 20, 2009, 10:26:36 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/MovedToTree/PackageManagement/OldIdeas
v15 v16 95 95 }}} 96 96 97 == File System Organisation ===97 === File System Organization === 98 98 99 99 Native Haiku applications are contained in their own directory as before. Organization of ports is more complicated. … … 129 129 ==== Avoiding ==== 130 130 131 Bundles are always fat bundles. All required libraries are included in the bundle. Problem solved! But, it feels like quitting. :) 132 133 Also, it is not a realistic solution for bundles that depend on Python or Perl for example. 131 Bundles are always fat bundles. All required libraries are included in the bundle. Problem solved! 132 However, this very area-inefficient. Nor is it a realistic solution for bundles that depend on large packages like Python or Perl. 134 133 135 134 ==== Tackling ====