W I L L K O M M E N
Universität Freiburg - Institut für Informatik
Lehrstuhl für Mustererkennung und Bildverarbeitung (LMB)
[-]LMB
   [+]People
   [+]Research
   [+]Studien-, Diplom- und Bachelor... ()
   [+]Lectures
    |-Events
    |-Publications
   [-]Awards
    |    LMB-Awards
   [+]Jobs/Vacancies
    |-TILDA
   [-]Software
    |  |-Presto-Box
    |  |-liblmbcam
    | [-]LIBSVMTL
    |  |  |-Licence
    |  |  |-Download & Installation
    |  |  |-Library Overview
    |  | [+]Applications
    |  |  `-Comparison to LIBSVM
    | [+]imagej_plugins
    |  `-xuvtools
   [+]Interna ()


 Printer optimized version of this page

[keine Deutsche Seite verfügbar]

Download

Releases

  • no releases yet. Please use the current snapshot

Source Snapshots

Changes between versions

have a look to the current Changelog_20060216.txt (most recent changes at end of file)

Installation

Same as for all automake'd software packages:

   tar -zxvf libsvmtl-20060216.tar.gz
   cd libsvmtl-20060216
   ./configure       (or ./configure --prefix /your/install/path)
   make              (wait a long time, depending on your computer)
   make check        (if you want to make sure, that library compiled correct)
   make install