home Forums # Technical Support fuzzylite installation on ubuntu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2038
    Unknown
    Member

    Dear Sir,
    I’d like to use your Java package on ubuntu, can you help please.
    Thanks

    #2039
    Unknown
    Member

    I am using Ubuntu 64-bit, and I am using Eclipse IDE

    #2040

    Hi,

    you have two options:
    (1) Download the jar file and add it to the libraries in your project.
    (2) Use Maven and include the dependency:

    <dependency>
        <groupId>com.fuzzylite</groupId>
        <artifactId>jfuzzylite</artifactId>
        <version>5.0.1</version>
    </dependency>

    You can check an example Maven application in the jfuzzylite/examples/application folder (https://github.com/fuzzylite/jfuzzylite/tree/master/examples/application).

    Cheers.

    #2069
    Unknown
    Member

    Hello,

    I am new to Ubuntu; basically a complete “dummy”. I have purchased a single license of Qtfuzzylite, and would like to install it on Ubuntu 15.10. Could you please advise on how to do this? Do I need to install Fuzzylite first? If so, can I use the version found in the Ubuntu Software Center? Thanks.

    #2070

    Hi marcouzi,

    Thank you for your purchase and support.

    You should be able to run fuzzylite from Terminal using:

    cd Downloads/QtFuzzyLite Or wherever you downloaded and decompressed the software.
    sh QtFuzzyLite.sh To run QtFuzzyLite

    The version in the Ubuntu Software Centre is very old. The license you have purchased will give you access to the latest QtFuzzyLite 5.

    Cheers.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.