download:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
download:start [2023/10/06 08:02] – perlbrew / jll benmuelldownload:start [2024/02/05 10:58] – [MacOS] paffenholz
Line 15: Line 15:
 The online version runs as a "shell in a box" in your browser. No installation needed! \\ Examples of ''polymake'' code are available on the [[user_guide:start|tutorial page]]. Notice that the online version comes with a few restrictions (including missing visualization) compared to the complete version. The online version runs as a "shell in a box" in your browser. No installation needed! \\ Examples of ''polymake'' code are available on the [[user_guide:start|tutorial page]]. Notice that the online version comes with a few restrictions (including missing visualization) compared to the complete version.
  
-===== Get latest stable release: 4.10 ===== +===== Get latest stable release: 4.11 ===== 
-Stable versions are released on a regular basis and offer the complete functionality of ''polymake'' available at the point of release. You can read about new features in the release notes [[:news/release_4_10|here]].+Stable versions are released on a regular basis and offer the complete functionality of ''polymake'' available at the point of release. You can read about new features in the release notes [[:news/release_4_11|here]].
  
 ==== Linux, FreeBSD, Solaris, or other UNIX systems ==== ==== Linux, FreeBSD, Solaris, or other UNIX systems ====
-To build polymake yourself:+=== To build polymake yourself ===
    * Read the [[install:install|Installation instructions]]    * Read the [[install:install|Installation instructions]]
-   * Download the {{:download:polymake-4.10.tar.bz2|source tarball}}+   * Download the {{:download:polymake-4.11.tar.bz2|source tarball}}
  
-=== Minimal version ===+== Minimal version ==
 The minimal version is a packager friendly version which omits the bundled sources of ''cdd'', ''lrs'', ''libnormaliz'', ''nauty'' and ''jReality''. The minimal version is a packager friendly version which omits the bundled sources of ''cdd'', ''lrs'', ''libnormaliz'', ''nauty'' and ''jReality''.
-   * Download the {{:download:polymake-4.10-minimal.tar.bz2|minimal source tarball}}+   * Download the {{:download:polymake-4.11-minimal.tar.bz2|minimal source tarball}} 
 + 
 +== Zenodo == 
 +The polymake sources are also available on [[https://zenodo.org/doi/10.5281/zenodo.4428242|Zenodo]]. 
 + 
 +=== polymake ready to run === 
 +We now provide [[install:jll|prebuilt tarballs]] that can be extracted and run on Linux and macOS. 
 + 
 +=== MaPS === 
 +You can also install polymake using the [[https://github.com/aaruni96/maps|MaPS]] system. 
 + 
 +First get polymake using 
 +<code> 
 +maps --deploy org.polymake.polymake/x86_64/4.10 
 +</code> 
 +Then run this container using 
 +<code> 
 +maps --run org.polymake.polymake/x86_64/4.10 
 +</code>
  
 ==== MacOS ==== ==== MacOS ====
Line 33: Line 51:
 === Binary Releases === === Binary Releases ===
  
-You have two options: Download one of our bundles and just drag it to /Applications, or install via [[https://github.com/apaffenholz/homebrew-polymake|our tap]] for [[https://brew.sh/|Homebrew]].+You have three options: Download one of our bundles and just drag it to /Applications, install via [[https://github.com/apaffenholz/homebrew-polymake|our tap]] for [[https://brew.sh/|Homebrew]], or use the [[install:jll|polymake ready to run tarballs]].
  
 == Homebrew == == Homebrew ==
Line 44: Line 62:
 brew install polymake brew install polymake
 </code> </code>
-The formula has binaries for Intel/Big Sur, Intel/Monterey and M1/Ventura (thanks to the [[https://www.sagemath.org/|sage project]]). All other variants compile polymake from the sources. +The formula has binaries for Intel/Monterey, Intel/Sonoma and M1/Sonoma (thanks to the [[https://www.sagemath.org/|sage project]]). All other variants compile polymake from the sources. 
  
 **Note**: if you already **have or had a version of polymake installed** on your Mac you must reconfigure ''polymake'' on the first start with  **Note**: if you already **have or had a version of polymake installed** on your Mac you must reconfigure ''polymake'' on the first start with 
Line 76: Line 94:
  
 Read the [[install:macos|Installation instructions]] on how to compile the current version of polymake yourself. Read the [[install:macos|Installation instructions]] on how to compile the current version of polymake yourself.
 +
 +=== Visualization ===
 +
 +If you use ''Safari'' as your default browser, then you need to switch to another one for polymake. Please do
 +<code>
 +set_custom $Visual::webbrowser=open -a "Firefox"
 +</code>
 +inside the polymake shell. Replace ''Firefox'' by ''Google Chrome'' if you prefer this browser.
  
 ===== Debian, Fedora, Gentoo, Ubuntu ===== ===== Debian, Fedora, Gentoo, Ubuntu =====
  • download/start.txt
  • Last modified: 2024/05/13 09:14
  • by benmuell