diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-04-11 01:17:32 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-04-11 01:17:32 +0000 |
commit | f644caa51a84d59177af61c46bf32dc60e7e2333 (patch) | |
tree | 5ae2bc13b23c1be482526365d470a7a8a1923454 /README.distrib | |
parent | 1eb87257dae084166f0a007a9bfa8052e1784108 (diff) |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@98 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'README.distrib')
-rw-r--r-- | README.distrib | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.distrib b/README.distrib new file mode 100644 index 0000000000..35dff250b0 --- /dev/null +++ b/README.distrib @@ -0,0 +1,16 @@ +Information about the various packages used to build the current qemu +x86 binary distribution: + +* gcc 2.95.2 was used for the build. A glibc 2.1.3 Debian distribution + was used to get most of the binary packages. + +* wine-20020411 tarball + + ./configure --prefix=/usr/local/qemu-i386/wine + + All exe and libs were stripped. Some compile time tools and the + includes were deleted. + +* ldconfig was launched to build the library links: + + ./qemu /usr/local/qemu-i386/bin/ldconfig-i386 -C /usr/local/qemu-i386/etc/ld.so.cache |