Comment # 12
on bug 9455
from Guy Harris
(In reply to comment #11)
> I didn't really understand how can i makes this works ?
> For automated build, which one download ,one of the zip under win32 ?
> Please could you explain more how to do ?
Under the
http://www.wireshark.org/download/automated/
directory there are subdirectories "osx", "win32", "win64", and "src" that
contain the results of the automated builds. (The "solaris" subdirectory is
empty; I'll suggest to Gerald that if we're not building SVR4 packages on the
buildbot, we should remove the directory.)
For Windows, download Wireshark-win32-1.11.3-SVN-XXXXX.exe under the "win32"
subdirectory for 32-bit Windows, or Wireshark-win64-1.11.3-SVN-XXXXX.exe under
the "win64" subdirectory for 64-bit Windows, and run it; it's the installer
executable.
For OS X, download "Wireshark 1.11.3-SVN-XXXXX Intel 32.dmg" for Leopard or
32-bit machines running Snow Leopard, or "Wireshark 1.11.3-SVN-XXXXX Intel
64.dmg" for 64-bit machines running Snow Leopard or later, under the "osx"
subdirectory, open it, and run the installer package.
For any other OS, download wireshark-1.11.3-SVN-XXXXX.tar.bz2 from the "src"
subdirectory, unpack it (which requires a version of tar that understands bzip2
files, or requires bunzip2 or bzcat so you can uncompress it), run ./configure.
run make, and run "make install".
You are receiving this mail because:
- You are watching all bug changes.