Commit f644caa51a84d59177af61c46bf32dc60e7e2333

Authored by bellard
1 parent 1eb87257

update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@98 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 16 additions and 0 deletions
README.distrib 0 → 100644
  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/qemu-i386/wine
  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 /usr/local/qemu-i386/bin/ldconfig-i386 -C /usr/local/qemu-i386/etc/ld.so.cache
... ...