Downloads
=========

We are working on the first official release of Shark 3.0.
Get the latest snapshot from our svn repository!

.. Shark library packages
   ----------------------

   The following links point to packages for specific architectures,
   for all other architectures you have to build the library
   using the `Shark sources`_:

   `Linux 64 bit Debian/Ubuntu package
   <https://nisys.dyndns.biz/shark/job/Shark_Linux_64Bit_GCC/lastSuccessfulBuild/artifact/Build/libshark-x86_64-3.0.0-Linux.deb>`_

   `Linux 32 bit Debian/Ubuntu package
   <https://nisys.dyndns.biz/shark/job/Shark_Linux_32Bit_GCC/lastSuccessfulBuild/artifact/Build/libshark-i386-3.0.0-Linux.deb>`_


   `MacOS X 64 bit diskimage <https://nisys.dyndns.biz/shark/job/Shark_OSX_64Bit_GCC/lastSuccessfulBuild/artifact/Build/libshark-i386-3.0.0-Darwin.dmg>`_


   `MS Windows 64 bit Visual Studio 2010 installer <https://nisys.dyndns.biz/shark/job/Shark_Win_64Bit_VS2010/lastSuccessfulBuild/artifact/Build/libshark-i386-3.0.0-win64.exe>`_

   `MS Windows 32 bit Visual Studio 2010 installer <https://nisys.dyndns.biz/shark/job/Shark_Win_32Bit_VS2010/lastSuccessfulBuild/artifact/Build/libshark-i386-3.0.0-win32.exe>`_

   `MS Windows 64 bit Visual Studio 2008 installer <https://nisys.dyndns.biz/shark/job/Shark_Win_64Bit_VS2008/lastSuccessfulBuild/artifact/Build/libshark-i386-3.0.0-win64.exe>`_

   `MS Windows 32 bit Visual Studio 2008 installer <https://nisys.dyndns.biz/shark/job/Shark_Win_32Bit_VS2008/lastSuccessfulBuild/artifact/Build/libshark-i386-3.0.0-win32.exe>`_



.. Shark documentation package
   ---------------------------

   The following package just contains the Shark documentation:

   `Documentation <svn://nisys.dyndns.biz/shark/job/Shark_Documentation_Package/lastSuccessfulBuild/artifact/Build/libshark-3.0.0-doc.tar.bz2>`_



Shark sources
-------------

   We have two source packages available:

   `Shark-3.0.0.zip <https://github.com/Shark-ML/Shark/archive/v3.0.0.zip>`_
   
   `Shark-3.0.0.tar.gz <https://github.com/Shark-ML/Shark/archive/v3.0.0.tar.gz>`_

   See the :doc:`installation guide <../getting_started/installation>`
   for details on how to compile and install the library.




Shark repository
----------------

Get a current Shark repository snapshot (a ``Shark`` directory
will be created as a subfolder -- if you want the tree contents directly in the current
directory, add a space and period ``.`` to the end of the command):

.. code-block:: none

      git clone https://github.com/Shark-ML/Shark/



