@@ -11,8 +11,9 @@ <h1>Download and install</h1>
1111< h2 > Binary packages</ h2 >
1212< p >
1313 Packages for various Linux distributions and for Windows (beta!) are
14- available for download here. They get updated on a semi-regular
15- basis by yours truly.
14+ available for download here. Installation on macOS can be done
15+ through HomeBrew; see below. All these packages get updated on a
16+ semi-regular basis by yours truly; if you run into trouble, email me.
1617</ p >
1718< p >
1819 Note that if your distribution has a < code > cadabra</ code > package, this
@@ -101,15 +102,24 @@ <h2>Binary packages</h2>
101102 < div class ="distronum "> < a href ="https://cadabra.science/packages/debian9 "> Debian Stretch 9</ a > </ div >
102103 </ div >
103104
104- <!-- <div class="distrotype">
105+ < div class ="distrotype ">
105106 < img src ="static/images/apple_logo.png "/>
106107 < div class ="distronum "> macOS</ a > </ div >
107108 < div class ="distrotxt ">
108- Cadabra is available via the Homebrew package manager; just type
109+ Cadabra is available via the Homebrew package manager. First
110+ make sure that you have MacTeX installed, either by installing
111+ it directly, or by using homebrew with
112+ < code > brew tap caskroom/cask</ code >
113+ < code > brew cask install mactex</ code >
114+ After that, you can install Cadabra using
115+ < code > brew tap kpeeters/repo</ code >
109116 < code > brew install cadabra2</ code >
110- to take care of installation.
117+ Please not that this has not yet received a lot of testing; if
118+ you encounter problems, please
119+ 120+ so they can be fixed and other people can benefit from it.
111121 </ div >
112- </div> -->
122+ </ div >
113123
114124 < div class ="distrotype ">
115125 < img src ="static/images/windows_logo.png "/>
0 commit comments