source: pst/typesetting/asymptote.xml@ f594857

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f594857 was f594857, checked in by Ken Moffat <ken@…>, 9 years ago

Texlive-2015. Looking at what I've done in the past in texlive, I'm sure there are probably still errors - if anybody has the time, disk space, inclination, and perhaps their own tex file(s), to review the from source instructions I would appreciate it. My own (lastex, minimal context) test files are in my directory on higgs.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16165 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY asymptote-download-http "&sourceforge-repo;/sourceforge/asymptote/asymptote-&asymptote-version;.src.tgz">
8 <!ENTITY asymptote-download-ftp " ">
9 <!ENTITY asymptote-md5sum "199e971792072527bd0cb1583d8ef3fb">
10 <!ENTITY asymptote-size "3.2 MB">
11 <!ENTITY asymptote-buildsize "162 MB">
12 <!ENTITY asymptote-time "1.8 SBU">
13]>
14
15<sect1 id="asymptote" xreflabel="asymptote-&asymptote-version;">
16 <?dbhtml filename="asymptote.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>asymptote-&asymptote-version;</title>
24
25 <indexterm zone="asymptote">
26 <primary sortas="a-asymptote">asymptote</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to asymptote</title>
31
32 <para>
33 <application>Asymptote</application> is a powerful descriptive vector
34 graphics language that provides a natural coordinate-based framework for
35 technical drawing. Labels and equations can be typeset with LaTeX.
36 </para>
37
38 &lfs77_checked; &gcc5_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&asymptote-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&asymptote-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &asymptote-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &asymptote-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &asymptote-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &asymptote-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Asymptote Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gs"/>,
79 <xref linkend="texlive"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="freeglut"/> (for 3D drawing),
85 <xref linkend="gc"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <ulink url="http://www.fftw.org/">FFTW</ulink>,
91 <xref linkend="gsl"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional (at runtime, to use xasy)</bridgehead>
95 <para role="optional">
96 <ulink url="http://effbot.org/downloads/Imaging-1.1.7.tar.gz">Imaging</ulink>
97 which needs
98 <!-- hard-coded because I'm not sure if the book scripts will find this and move
99 it to svn/ -->
100 <ulink url="http://www.linuxfromscratch.org/patches/downloads/Imaging/Imaging-1.1.7-freetype_fix-1.patch">Imaging-1.1.7-freetype_fix-1.patch</ulink>
101 and has a build dependency of
102 <xref linkend="python2"/> (re-) compiled against <xref linkend="tk"/>
103 to provide <filename>_tkinter.so</filename>
104 </para>
105
106 <para condition="html" role="usernotes">
107 User Notes: <ulink url="&blfs-wiki;/asymptote"/>
108 </para>
109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of asymptote</title>
113
114 <para>
115 Install <application>asymptote</application> by running the following
116 commands:
117 </para>
118
119<screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') &amp;&amp;
120./configure --prefix=/opt/texlive/&texlive-year; \
121 --bindir=/opt/texlive/&texlive-year;/bin/$TEXARCH \
122 --datarootdir=/opt/texlive/&texlive-year; \
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 &amp;&amp;
128make</userinput></screen>
129
130 <para>
131 To test the results, issue: <command>make check</command>.
132 </para>
133
134 <para>
135 Now, as the <systemitem class="username">root</systemitem> user:
136 </para>
137
138<screen role="root"><userinput>make install</userinput></screen>
139
140 </sect2>
141
142 <sect2 role="commands">
143 <title>Command Explanations</title>
144
145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="../../xincludes/tex-prefix.xml"/>
147
148 <para><parameter>--libdir=/opt/texlive/&texlive-year;/texmf-dist;</parameter>:
149 This parameter ensures that the <filename class="directory">asymptote</filename>
150 directory will similarly overwrite any files installed by install-tl-unx.</para>
151
152 <para><parameter>--enable-gc=system</parameter>: this ensures that the system
153 version of <filename class="libraryfile">libgc.so</filename> will be used
154 instead of the version shipped with this package.</para>
155
156 <para><parameter>--with-latex= ... --with-context=</parameter>: These switches
157 ensure that style files and a tex file will be installed into the
158 <application>texlive</application> directories instead of creating a
159 <filename class="directory">texmf-local</filename> directory for them.</para>
160
161 </sect2>
162
163 <sect2 role="content">
164 <title>Contents</title>
165
166 <segmentedlist>
167 <segtitle>Installed Programs</segtitle>
168 <segtitle>Installed Libraries</segtitle>
169 <segtitle>Installed Directory</segtitle>
170
171 <seglistitem>
172 <seg>
173 asy, xasy
174 </seg>
175 <seg>
176 None
177 </seg>
178 <seg>
179 /opt/texlive/&texlive-year;/asymptote, /opt/texlive/&texlive-year;/doc/asymptote,
180 /opt/texlive/&texlive-year;/info/asymptote
181 </seg>
182 </seglistitem>
183 </segmentedlist>
184
185 <variablelist>
186 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
187 <?dbfo list-presentation="list"?>
188 <?dbhtml list-presentation="table"?>
189
190 <varlistentry id="asy">
191 <term><command>asy</command></term>
192 <listitem>
193 <para>
194 is a vector graphics program.
195 </para>
196 <indexterm zone="asymptote asy">
197 <primary sortas="b-asy">asy</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="xasy">
203 <term><command>xasy</command></term>
204 <listitem>
205 <para>
206 is a Python script providing the preliminary GUI for asy. It can be
207 used for final adjustments of an existing asy file.
208 </para>
209 <indexterm zone="asymptote xasy">
210 <primary sortas="b-xasy">xasy</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 </variablelist>
216
217 </sect2>
218
219</sect1>
Note: See TracBrowser for help on using the repository browser.