diff --git a/template/downloads.html b/template/downloads.html index c6d5039..76c6e26 100644 --- a/template/downloads.html +++ b/template/downloads.html @@ -1,150 +1,150 @@ {% extends "template/base.html" %} {% import "template/social.html" as social %} {% set page = 'downloads' %} {% set title = _('Download') + " - GCompris" %} {% block content %}

{% trans %}Download{% endtrans %}

{{ social.block(locale) }}
{% trans %}Windows{% endtrans %}

{% trans %}You can buy the full version of GCompris in the Windows Store.{% endtrans %}


{% trans %}Else, you can get the demo from the links below, and buy on our website the activation code to unlock the full version.{% endtrans %}

{% trans %}System requirements: Windows 7, 8 or 10 with OpenGL 2 support.{% endtrans %}

 	      
  • GCompris {{ version }}-Windows 64bit
  • GCompris {{ version }}-Windows 32bit
  • -

    {% trans %}Note: If your system doesn't have OpenGL 2 support or if it's not working properly, the software should automatically switch to software rendering mode. If the automatic switch doesn't work, you can manually select the software rendering mode by editing the configuration file (in ~/.config/gcompris-qt/gcompris-qt.conf for Linux, %LocalAppData%/gcompris/GCompris.conf for Windows): find the line renderer=auto , replace auto with software and save the file. We are also interested to get some feedback to help us improve this auto-detection.{% endtrans %}

    +

    {% trans %}Note: If your system doesn't have OpenGL 2 support or if it's not working properly, the software should automatically switch to software rendering mode. If the automatic switch doesn't work, you can manually select the software rendering mode by editing the configuration file (in ~/.config/gcompris/gcompris-qt.conf for Linux, %LocalAppData%/gcompris/GCompris.conf for Windows): find the line renderer=auto , replace auto with software and save the file. We are also interested to get some feedback to help us improve this auto-detection.{% endtrans %}

    {% trans %}If you really need a version that runs on Windows XP, or if your system doesn't support the new version, you can use the last installer from the old GCompris 15.10.{% endtrans %}

     	      
  • GCompris 15.10-Windows 32bit
  • {% trans %}Android{% endtrans %}

    {% trans %}The version for Android is distributed in the Play Store. The demo and the full version have separate installers.{% endtrans %}

     	      
  • GCompris {{ version }}-Full version for Android
  • GCompris {{ version }}-Demo version for Android
  • {% trans %}Note: It is recommended to buy directly the full version from the store, not from the button in the demo. This way, you can share it with 5 family members using the Google Play Family Library. Also, a few users reported issues to unlock the demo.{% endtrans %}

    {% trans %}GNU/Linux{% endtrans %}

    {% trans %}We provide standalone packages for GNU/Linux. They should work on any distribution (requires at least linux kernel 3.10, and gstreamer 1.0).{% endtrans %}

     	      
  • GCompris {{ version }}-Linux 64bit
  • GCompris {{ version }}-Linux 32bit
  • {% trans %}To use it, open a terminal in the folder where you downloaded the installer and run these commands:{% endtrans %}

               

    chmod u+x gcompris-qt-{{ version }}-Linux64.sh

    ./gcompris-qt-{{ version }}-Linux64.sh

    {% trans %}Then read the license or press q to skip it, answer yes to the questions, and the software will be installed in a new folder next to the installer.{% endtrans %}

    {% trans %}Finally, to launch gcompris, go in the new folder, in bin, and double-click on gcompris-qt.sh.{% endtrans %}

    Note: If your system doesn't have OpenGL 2 support or if it's not working properly, the software should automatically switch to software rendering mode. If the automatic switch doesn't work, you can manually select the software rendering mode by editing the configuration file (in ~/.config/gcompris-qt/gcompris-qt.conf for Linux, %LocalAppData%/gcompris/GCompris.conf for Windows): find the line renderer=auto , replace auto with software and save the file. We are also interested to get some feedback to help us improve this auto-detection.

    {% trans %}Raspberry Pi{% endtrans %}

    {% trans %}We provide a standalone package for Raspberry Pi.{% endtrans %} This package is a beta version. It was tested only on Raspberry Pi 3.

     	      
  • GCompris {{ version }} -Raspberry Pi 3 (beta)
  • {% trans %}To use it, open a terminal in the folder where you downloaded the installer and run these commands:{% endtrans %}

               

    chmod u+x gcompris-qt-{{ version }}-raspberry-beta.sh

    ./gcompris-qt-{{ version }}-raspberry-beta.sh

    {% trans %}Then read the license or press q to skip it, answer yes to the questions, and the software will be installed in a new folder next to the installer.{% endtrans %}

    {% trans %}Finally, to launch gcompris, go in the new folder, in bin, and double-click on gcompris-qt.sh.{% endtrans %}

    {% trans %}Source code{% endtrans %}

    {% trans %}The source code is available under the GPLv3 license.{% endtrans %}

     	      
  • GCompris {{ version }}-source code
  • {% trans %}MD5 and GPG{% endtrans %}

    {% trans %}To check the integrity of your downloads, you can compare the md5sums with those in this file: MD5SUMS{% endtrans %}

    {% trans %}The source tarball and the Linux installers are signed with the GPG key from Timothée Giet (public key: {% endtrans %}0x63d7264c05687d7e.asc)

     	      

    {% trans %}sig files:{% endtrans %}

  • GCompris {{ version }}-source code
  • GCompris {{ version }}-Linux 64bit
  • GCompris {{ version }}-Linux 32bit
  • {% endblock %}