Changes between Version 4 and Version 5 of howto/buildUniversal
- Timestamp:
- May 24, 2008, 8:05:14 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto/buildUniversal
v4 v5 32 32 It is not recommended to attempt to build a port with the +universal on the first Mac and then copy just that port's files to the other machine. For one thing the port may have dependencies on other ports. For another, MacPorts on the secondary machine wouldn't know that you had copied these items, `port installed` wouldn't show the port as installed, etc. 33 33 34 If you choose to use ports built on one Mac on another, bo stmust have the same major version of Mac OS X installed, preferably the same version entirely, and should have the same version of Xcode too. For example both must be running Tiger with Xcode 2.5, or both must be running Leopard with Xcode 3.0. Don't attempt this if they're running different major versions.34 If you choose to use ports built on one Mac on another, both must have the same major version of Mac OS X installed, preferably the same version entirely, and should have the same version of Xcode too. For example both must be running Tiger with Xcode 2.5, or both must be running Leopard with Xcode 3.0. Don't attempt this if they're running different major versions. 35 35 36 36 == Building MacPorts itself universally ==