source: general/prog/vala.xml@ 0d7900a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0d7900a was 0d7900a, checked in by Randy McMurchy <randy@…>, 11 years ago

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

  • Property mode set to 100644
File size: 6.2 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 vala-download-http "&gnome-download-http;/vala/0.18/vala-&vala-version;.tar.xz">
8 <!ENTITY vala-download-ftp "&gnome-download-ftp;/vala/0.18/vala-&vala-version;.tar.xz">
9 <!ENTITY vala-md5sum "0d684cbddd3a7655fe54c030e4183dbd">
10 <!ENTITY vala-size "2.5 MB">
11 <!ENTITY vala-buildsize "100 MB">
12 <!ENTITY vala-time "1.0 SBU">
13]>
14
15<sect1 id="vala" xreflabel="Vala-&vala-version;">
16 <?dbhtml filename="vala.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Vala-&vala-version;</title>
24
25 <indexterm zone="vala">
26 <primary sortas="a-Vala">Vala</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Vala</title>
31
32 <para>
33 <application>Vala</application> is a new programming language that
34 aims to bring modern programming language features to
35 <application>GNOME</application> developers without imposing any
36 additional runtime requirements and without using a different ABI
37 compared to applications and libraries written in C.
38 </para>
39
40 &lfs72_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&vala-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&vala-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &vala-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &vala-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &vala-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &vala-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Vala Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="glib2"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="dbus"/> (Required for the tests) and
86 <xref linkend="libxslt"/> (Required for generating the documentation)
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/vala"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Vala</title>
96
97 <para>Install <application>Vala</application> by running the following
98 commands:</para>
99
100<screen><userinput>./configure --prefix=/usr &amp;&amp;
101make</userinput></screen>
102
103 <para>
104 To test the results, issue: <command>make check</command>. Note
105 that a <application>D-Bus</application> session daemon must be
106 running for the tests to succeed.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Programs</segtitle>
122 <segtitle>Installed Library</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>
127 vala, vala-0.18, valac, valac-0.18, vala-gen-introspect,
128 vala-gen-introspect-0.18, vapicheck, vapicheck-0.18,
129 vapigen and vapigen-0.18
130 </seg>
131 <seg>
132 libvala-0.18.so
133 </seg>
134 <seg>
135 /usr/include/vala-0.18,
136 /usr/lib/vala-0.18,
137 /usr/share/devhelp/books/vala-0.18,
138 /usr/share/vala and
139 /usr/share/vala-0.18
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="valac">
150 <term><command>valac</command></term>
151 <listitem>
152 <para>
153 is a compiler that translates <application>Vala</application>
154 source code into C source and header files.
155 </para>
156 <indexterm zone="vala valac">
157 <primary sortas="b-valac">valac</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 <varlistentry id="vala-gen-introspect">
163 <term><command>vala-gen-introspect</command></term>
164 <listitem>
165 <para>
166 generates a GI file for GObject and
167 <application>GLib</application> based packages.
168 </para>
169 <indexterm zone="vala vala-gen-introspect">
170 <primary sortas="b-vala-gen-introspect">vala-gen-introspect</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="vapicheck">
176 <term><command>vapicheck</command></term>
177 <listitem>
178 <para>
179 verifies the generated bindings.
180 </para>
181 <indexterm zone="vala vapicheck">
182 <primary sortas="b-vapicheck">vapicheck</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="vapigen">
188 <term><command>vapigen</command></term>
189 <listitem>
190 <para>
191 is a utility which generates <application>Vala</application> API
192 (VAPI) files from GI files.
193 </para>
194 <indexterm zone="vala vapigen">
195 <primary sortas="b-vapigen">vapigen</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="libvala">
201 <term><filename class="libraryfile">libvala-0.18.so</filename></term>
202 <listitem>
203 <para>
204 contains the <application>Vala</application> API functions.
205 </para>
206 <indexterm zone="vala libvala">
207 <primary sortas="c-libvala">libvala-0.18.so</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 </variablelist>
213
214 </sect2>
215
216</sect1>
Note: See TracBrowser for help on using the repository browser.