diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-05 21:09:14 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-05 21:09:14 +0000 |
commit | a0f51eadc681d8525cbd40ec3283781d3e359c7d (patch) | |
tree | 9b2e7463c685745db4a01f23637e08f55c4af00f /README.distrib | |
parent | b6aaab3b86005bf77d66724dbf53acf7da7af70b (diff) |
removed
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2398 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'README.distrib')
-rw-r--r-- | README.distrib | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/README.distrib b/README.distrib deleted file mode 100644 index a1598a2998..0000000000 --- a/README.distrib +++ /dev/null @@ -1,16 +0,0 @@ -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/wine-i386 - - All exe and libs were stripped. Some compile time tools and the - includes were deleted. - -* ldconfig was launched to build the library links: - - qemu-i386 /usr/gnemul/qemu-i386/bin/ldconfig-i386 -C /usr/gnemul/qemu-i386/etc/ld.so.cache |