Wine Documentation | ||
---|---|---|
<<< Previous | Packaging Strategies | Next >>> |
This question is not really contested. It will vary by distribution, and is really up to the packager. As a guideline, the current 'make install' process seems to behave such that if we pick a single PREFIX, then :
all binary files go into PREFIX/bin,
all library files go into PREFIX/lib,
all include files go into PREFIX/include,
all documentation files go into PREFIX/doc/wine,
Refer to the specific information on the Debian package and the OpenLinux package for specific details on how those packages are built.
The FHS 2.1 specification suggests that Wine as a package should be installed to /opt/wine. None of the existing packages follow this guideline (today; check again tomorrow).
<<< Previous | Home | Next >>> |
Packaging Strategies | Up | What files to create |