]>
Commit | Line | Data |
---|---|---|
1 | Information about the various packages used to build the current qemu | |
2 | x86 binary distribution: | |
3 | ||
4 | * gcc 2.95.2 was used for the build. A glibc 2.1.3 Debian distribution | |
5 | was used to get most of the binary packages. | |
6 | ||
7 | * wine-20020411 tarball | |
8 | ||
9 | ./configure --prefix=/usr/local/wine-i386 | |
10 | ||
11 | All exe and libs were stripped. Some compile time tools and the | |
12 | includes were deleted. | |
13 | ||
14 | * ldconfig was launched to build the library links: | |
15 | ||
16 | qemu-i386 /usr/gnemul/qemu-i386/bin/ldconfig-i386 -C /usr/gnemul/qemu-i386/etc/ld.so.cache |