Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.65 KB

INSTALL.rst

File metadata and controls

44 lines (23 loc) · 1.65 KB

Install

  • Windows XP/VISTA/SEVEN: Download the installer from sourceforge: last version

  • Ubuntu-Based: you can add Alfanous ppa repo on Launchpad and install alfanous from it:

    $ add-apt-repository ppa:team4alfanous/alfanous && sudo apt-get -q update
    $ apt-get install alfanous
  • Fedora-Based: follow this link1 & this link2 .

  • OpenSuse-Based: follow this link1 & this link2 .

  • Archlinux-Based: use yaourt to install alfanous.

    $ yaourt alfanous
  • Mac OS: There is no available package yet for Mac OS.

  • Other: Install from the source by downloading the tarbal and executing those commands carefully:

    $ make build
    $ sudo make install_api_no_arguments # to install the api and alfanous-console.
    $ sudo make install_desktop_no_arguments # to install alfanous-desktop.

Note: If you are a developer you can follow the advancement of Alfanous packaging through this github issue:

We appreciate any help to achieve those issues :).