Changeset e5345a05
- Timestamp:
- 03/27/2017 03:00:14 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4412abb2
- Parents:
- c5353a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pst/typesetting/asymptote.xml
rc5353a8 re5345a05 117 117 118 118 <screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') && 119 ./configure --prefix=/opt/texlive/&texlive-year; \ 120 --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \ 121 --datarootdir=/opt/texlive/&texlive-year;/texmf-dist \ 122 --infodir=/opt/texlive/&texlive-year;/texmf-dist/doc/info \ 123 --libdir=/opt/texlive/&texlive-year;/texmf-dist \ 124 --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man \ 125 --enable-gc=system \ 126 --with-latex=/opt/texlive/&texlive-year;/texmf-dist/tex/latex \ 127 --with-context=/opt/texlive/&texlive-year;/texmf-dist/tex/context/third && 119 120 ./configure --prefix=/opt/texlive/&texlive-year; \ 121 --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \ 122 --datarootdir=/opt/texlive/&texlive-year;/texmf-dist \ 123 --infodir=/opt/texlive/&texlive-year;/texmf-dist/doc/info \ 124 --libdir=/opt/texlive/&texlive-year;/texmf-dist \ 125 --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man \ 126 --enable-gc=system \ 127 --with-latex=/opt/texlive/&texlive-year;/texmf-dist/tex/latex \ 128 --with-context=/opt/texlive/&texlive-year;/texmf-dist/tex/context/third && 129 128 130 unset CFLAGS && 129 131 make</userinput></screen> … … 137 139 </para> 138 140 139 <screen role="root"><userinput> 140 make install && 141 rm -fv /opt/texlive/&texlive-year;/texmf-dist/doc/info/asymptote.info 142 143 </userinput></screen> 141 <screen role="root"><userinput>make install && 142 rm -fv /opt/texlive/&texlive-year;/texmf-dist/doc/info/asymptote.info</userinput></screen> 144 143 145 144 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.