mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
33e57610a1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13211 af4574ff-66df-0310-9fd7-8a98e5e911e0
113 lines
3.8 KiB
XML
113 lines
3.8 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY shared-desktop-ontologies-download-http
|
|
"&sourceforge-repo;/oscaf/shared-desktop-ontologies-&shared-desktop-ontologies-version;.tar.bz2">
|
|
<!ENTITY shared-desktop-ontologies-download-ftp " ">
|
|
<!ENTITY shared-desktop-ontologies-md5sum "db75d155ac9b60e3d187e23544744acc">
|
|
<!ENTITY shared-desktop-ontologies-size "3.8 MB">
|
|
<!ENTITY shared-desktop-ontologies-buildsize "6.7 MB">
|
|
<!ENTITY shared-desktop-ontologies-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="shared-desktop-ontologies" xreflabel="shared-desktop-ontologies-&shared-desktop-ontologies-version;">
|
|
<?dbhtml filename="shared-desktop-ontologies.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Shared-desktop-ontologies-&shared-desktop-ontologies-version;</title>
|
|
|
|
<indexterm zone="shared-desktop-ontologies">
|
|
<primary sortas="a-shared-desktop-ontologies">shared-desktop-ontologies</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Shared-Desktop-Ontologies</title>
|
|
|
|
<para>The Shared desktop ontologies provide RDF vocabularies for the
|
|
Semantic Desktop. This includes basic ontologies like RDF and RDFS and all
|
|
the Nepomuk ontologies like NRL, NIE, and NFO, which are also maintained
|
|
and developed in this open-source project.</para>
|
|
|
|
&lfs75_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&shared-desktop-ontologies-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&shared-desktop-ontologies-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &shared-desktop-ontologies-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &shared-desktop-ontologies-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &shared-desktop-ontologies-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &shared-desktop-ontologies-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Shared-desktop-ontologies Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="cmake"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/shared-desktop-ontologies"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Shared-desktop-ontologies</title>
|
|
|
|
<para>Install <application>Shared-desktop-ontologies</application> by
|
|
running the following commands:</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; -Wno-dev ..</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>none</seg>
|
|
<seg>none</seg>
|
|
<seg>&kde-dir;/share/ontology and
|
|
&kde-dir;/share/cmake/SharedDesktopOntologies</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
</sect2>
|
|
|
|
</sect1>
|