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.
You might also want to use the wine wrapper script winelauncher that can be found in tools/ directory, as it has several important advantages over directly invoking the wine binary. See the Executable Files section for details.
<<< Previous | Home | Next >>> |
Packaging Strategies | Up | What files to create |