diff --git a/.appveyor.yml b/.appveyor.yml index 9b674969..0ab9187a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -8,12 +8,13 @@ environment: BOOST: C:\Libraries\boost_1_77_0 - CMAKE_GEN: Visual Studio 12 2013 BOOST: C:\Libraries\boost_1_63_0 -cache: -- C:\ProgramData\chocolatey\bin -- C:\ProgramData\chocolatey\lib +#cache: +#- C:\ProgramData\chocolatey\bin +#- C:\ProgramData\chocolatey\lib build_script: - cmd: >- - IF NOT EXIST C:\ProgramData\chocolatey\bin\swig.exe choco install --version 4.0.1 swig -y --limit-output + choco install swig -y --limit-output + cmake -D BOOST_ROOT=%BOOST% -G "%CMAKE_GEN%" . cmake --build . --config Release --target install test_script: diff --git a/doc/index.rst b/doc/index.rst index 5d37aee3..c4ddc609 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -94,24 +94,19 @@ Download |ico-osx| Mac OS X (10.6 or later): :github_download:`-osx.zip` -|ico-tux| Linux: binary -`RPM and deb packages `_ -(`files `_) -:smallfont:`for about 10 distros (incl. Ubuntu, Fedora, Suse), 32- and 64-bit.` +|ico-tux| Linux: binary packages are available +`in many distros `_ +and on `Flathub `_. Source code: `GitHub `_ (`releases `_) -Installers for ver. 1.0+ used to be available to paid subscribers only. -This made `version 0.9.8 `_ -more popular than more recent releases. -To change this situation the latest binaries are no longer -`paywalled `_. -The author is grateful to all people who supported Fityk with subscriptions. - Version 1.3.1 was released on 2016-12-19 (`changelog `_). +Version 1.3.2, with minor changes, was released on 2022-08-06, +but binaries haven't been updated. + .. |ico-win| image:: img/ico-win.png .. |ico-tux| image:: img/ico-tux.png .. |ico-osx| image:: img/ico-osx.png