source: archive/shrdesktopontologies.xml@ e2abf328

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 e2abf328 was 33e5761, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Update to kde-4.13.1

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

  • Property mode set to 100644
File size: 3.8 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 shared-desktop-ontologies-download-http
8 "&sourceforge-repo;/oscaf/shared-desktop-ontologies-&shared-desktop-ontologies-version;.tar.bz2">
9 <!ENTITY shared-desktop-ontologies-download-ftp " ">
10 <!ENTITY shared-desktop-ontologies-md5sum "db75d155ac9b60e3d187e23544744acc">
11 <!ENTITY shared-desktop-ontologies-size "3.8 MB">
12 <!ENTITY shared-desktop-ontologies-buildsize "6.7 MB">
13 <!ENTITY shared-desktop-ontologies-time "less than 0.1 SBU">
14]>
15
16<sect1 id="shared-desktop-ontologies" xreflabel="shared-desktop-ontologies-&shared-desktop-ontologies-version;">
17 <?dbhtml filename="shared-desktop-ontologies.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Shared-desktop-ontologies-&shared-desktop-ontologies-version;</title>
25
26 <indexterm zone="shared-desktop-ontologies">
27 <primary sortas="a-shared-desktop-ontologies">shared-desktop-ontologies</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Shared-Desktop-Ontologies</title>
32
33 <para>The Shared desktop ontologies provide RDF vocabularies for the
34 Semantic Desktop. This includes basic ontologies like RDF and RDFS and all
35 the Nepomuk ontologies like NRL, NIE, and NFO, which are also maintained
36 and developed in this open-source project.</para>
37
38 &lfs75_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&shared-desktop-ontologies-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&shared-desktop-ontologies-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &shared-desktop-ontologies-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &shared-desktop-ontologies-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &shared-desktop-ontologies-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &shared-desktop-ontologies-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">Shared-desktop-ontologies Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required">
66 <xref linkend="cmake"/>
67 </para>
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/shared-desktop-ontologies"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of Shared-desktop-ontologies</title>
76
77 <para>Install <application>Shared-desktop-ontologies</application> by
78 running the following commands:</para>
79
80<screen><userinput>mkdir build &amp;&amp;
81cd build &amp;&amp;
82
83cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; -Wno-dev ..</userinput></screen>
84
85 <para>
86 This package does not come with a test suite.
87 </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 Libraries</segtitle>
101 <segtitle>Installed Directories</segtitle>
102
103 <seglistitem>
104 <seg>none</seg>
105 <seg>none</seg>
106 <seg>&kde-dir;/share/ontology and
107 &kde-dir;/share/cmake/SharedDesktopOntologies</seg>
108 </seglistitem>
109 </segmentedlist>
110 </sect2>
111
112</sect1>
Note: See TracBrowser for help on using the repository browser.