source: general/prog/vala.xml@ 0913f48

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 0913f48 was 0913f48, checked in by Krejzi <krejzi@…>, 12 years ago

gdk-pixbuf 2.26.0, cogl, gobject-introspection, glib and vala instruction fixes

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

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