File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
build/pkgs/_recommended/distros Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
# to run the Jmol 3D viewer from the console and generate images for 3D plots in the documentation
14
14
default-jdk
15
15
# to produce animations
16
- ffmpeg
16
+ # ffmpeg -- this is a separate script package
17
17
libavdevice-dev
Original file line number Diff line number Diff line change 1
1
# To convert Jupyter notebooks to pdf:
2
2
# pandoc -- this is a separate script package
3
3
# To produce animations:
4
- ffmpeg
5
- imagemagick
4
+ # ffmpeg -- this is a separate script package
5
+ # imagemagick -- this is a separate script package
6
6
# Homebrew's texinfo can be used to build the info files for ecl and
7
7
# maxima but the OS X default version of texinfo cannot.
8
8
texinfo
Original file line number Diff line number Diff line change 1
1
# To convert Jupyter notebooks to pdf:
2
2
# pandoc -- this is a separate script package
3
3
# To produce animations:
4
- ffmpeg
5
- imagemagick
4
+ # ffmpeg -- this is a separate script package
5
+ # imagemagick -- this is a separate script package
6
6
# MacPorts's texinfo can be used to build the info files for ecl and
7
7
# maxima but the OS X default version of texinfo cannot.
8
8
texinfo
You can’t perform that action at this time.
0 commit comments