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 [2021/01/20 08:17] – [download] Add link to polymake.jl page lkastnerdownload:start [2021/03/02 23:09] – [Windows 10 with the Linux Subsystem] gawrilow
Line 37: Line 37:
  
 If you have installed [[https://brew.sh/|Homebrew]] already (or just do it by copying the one line from their page), you can get polymake via our tap. If you have installed [[https://brew.sh/|Homebrew]] already (or just do it by copying the one line from their page), you can get polymake via our tap.
 +
 +**Note**: If you have previously installed a self compiled version of polymake into the standard installation location ''/usr/local'', then you **must** delete this version first (also if you used ''brew'' for the installation of dependencies, but not for ''polymake'' itself, as was the recommend procedure until June 20). Otherwise ''brew'' will refuse to install the executable, which leaves you with a broken polymake.
 <code> <code>
 brew tap apaffenholz/polymake brew tap apaffenholz/polymake
Line 100: Line 102:
 **Remark:** Visualization in the Linux Subsystem does not work out of the box **Remark:** Visualization in the Linux Subsystem does not work out of the box
 because of several issues. The current workaround is to load {{:download:wslviewer.pl | this polymake script }} that adapts the paths and uses a native windows program for opening the resulting file, which requires Windows 10 version 1903. You may load this script automatically at the beginning of every polymake session by adding a line because of several issues. The current workaround is to load {{:download:wslviewer.pl | this polymake script }} that adapts the paths and uses a native windows program for opening the resulting file, which requires Windows 10 version 1903. You may load this script automatically at the beginning of every polymake session by adding a line
-<code>script("$ENV{HOME}/path/to/wslviewer.pl");</code> to your personal startup file ''$HOME/.polymake/init.pl'' file.  Please be aware that this script is still //work in progress// and works only for threejs, tikz and svg at the moment.+<code>script("$ENV{HOME}/path/to/wslviewer.pl");</code> to your personal startup file ''$HOME/.polymake/prefer.pl'' file (since polymake 4.4 this file is renamed to ''init.pl'' and must be activated via custom variable ''$init_script'').  Please be aware that this script is still //work in progress// and works only for threejs, tikz and svg at the moment.
  
 =====Docker images===== =====Docker images=====
  • download/start.txt
  • Last modified: 2024/04/11 16:01
  • by paffenholz