Not logged in : Login
(Sponging disallowed)

About: VOSCVS     Goto   Sponge   Distinct   Permalink

An Entity of Type : atom:Entry, within Data Space : www.openlinksw.com associated with source document(s)
QRcode icon
http://www.openlinksw.com/describe/?url=http%3A%2F%2Fwww.openlinksw.com%2Fdataspace%2Fdav%2Fwiki%2FVOS%2FVOSCVS

AttributesValues
has container
Date Created
maker
topic
described by
seeAlso
Date Modified
link
id
  • 2c99b4f88cace64503594a34203dcc2b
  • 2c99b4f88cace64503594a34203dcc2b
content
  • %VOSWARNING% ---+Virtuoso CVS Note: This page has been left in place for historical purposes. Active Virtuoso code development is [[VOSGIT][now found on GitHub]], not SourceForge. Please change any relevant bookmarks. ---++Introduction This document describes how to checkout a copy of the CVS tree for development purposes. It also lists the packages that need to be installed prior to generating the necessary scripts and Makefiles to build the project. CVS access is only needed for developers who want to actively track progress of the Virtuoso source code and contribute bug-fixes or enhancements to the project. It requires basic knowledge about the general layout of open source and GNU projects, the use of autoconf and automake, etc., which is beyond the scope of this document. If you have any questions, please email us at [[mailto:vos.admin@openlinksw.com][vos.admin@openlinksw.com]]. ---+CVS Archive Server Access OpenLink currently provides read-only CVS archive access through the SourceForge.net servers: $ cvs -d:pserver:anonymous@virtuoso.cvs.sourceforge.net:/cvsroot/virtuoso login (the password is blank) To check-out a particular branch choose one of: * v6 development branch: $ cvs -z3 -d:pserver:anonymous@virtuoso.cvs.sourceforge.net:/cvsroot/virtuoso co -rV6_0_0-DEVEL virtuoso-opensource * v5 development branch: $ cvs -z3 -d:pserver:anonymous@virtuoso.cvs.sourceforge.net:/cvsroot/virtuoso co -rV5_0-DEVEL virtuoso-opensource * For a specific version, such as 6.1.4: $ cvs -z3 -d:pserver:anonymous@virtuoso.cvs.sourceforge.net:/cvsroot/virtuoso co -rVOS-6_1_4 virtuoso-opensource ---+Package Dependencies To generate the configure script and all other build files necessary, please make sure the following packages and recommended versions are installed on your system. | Package | Version | From | | autoconf | 2.57 | http://www.gnu.org/software/autoconf/ | | automake | 1.6.3 | http://www.gnu.org/software/automake/ | | libtool | 1.5 | http://www.gnu.org/software/libtool/ | | flex | 2.5.4 | http://www.gnu.org/software/non-gnu/flex/ | | bison | 1.35 | http://www.gnu.org/software/bison/ | | gperf | 2.7.2 | http://www.gnu.org/software/gperf/ | | gawk | 3.1.1 | http://www.gnu.org/software/gawk/ | | m4 | 1.4.1 | http://www.gnu.org/software/m4/ | | make | 3.79.1 | http://www.gnu.org/software/make/ | | OpenSSL | 0.9.7 | http://www.openssl.org/ | Of course, you will also need any GNU packages required by these. The autogen.sh and configure scripts check for the presence and right version of some of the required components. The above versions are the minimum recommended versions of these packages. Older version of these packages can sometimes be used, but could cause build problems. To check the version number of the tools installed on your system, use one of the following commands: $ autoconf --version $ automake --version $ libtoolize --version $ flex --version $ bison --version $ gperf --version $ gawk --version $ m4 --version $ make --version $ openssl version ---++Diskspace Requirements The build produces a demo database and Virtuoso application packages that are quite large. At least 800 MB of free space should be available in the build file system. When running make install, the target file system should have about 460 MB free. By default, the install target directories are under /usr/local/, but you can specify a different target if you wish -- $ ./configure --prefix=/path/to/dir The minimum working configuration consists of the server executable and config files plus database, no more than a few MB for the server executable, depending on platform and options. ---++Generate build files To generate the configure script and all related build files, use use the supplied script in your CVS checkout directory: $ ./autogen.sh If the above command succeed without any error messages, please use the following command to check out all the options you can use: $ ./configure --help Certain build targets are only enabled when the --enable-maintainer-mode flag is added to configure. Please read the files INSTALL and README in this directory for further information on how to configure the package and install it on your system. ---++Submitting fixes and enhancements Patches and new contributions can be submitted as diffs from the current CVS archive by: $ cvs add newfiles $ cvs -z3 diff -uN > diffs Patches and contributions can be sent to the OpenLink Virtuoso source archive manager at [[mailto:vos.admin@openlinksw.com][vos.admin@openlinksw.com]] to be included the next distribution. Please provide accompanying documentation on which bugs are fixed or new features are introduced.
  • %VOSWARNING% ---+Virtuoso CVS Note: This page has been left in place for historical purposes. Active Virtuoso code development is [[VOSGIT][now found on GitHub]], not SourceForge. Please change any relevant bookmarks. ---++Introduction This document describes how to checkout a copy of the CVS tree for development purposes. It also lists the packages that need to be installed prior to generating the necessary scripts and Makefiles to build the project. CVS access is only needed for developers who want to actively track progress of the Virtuoso source code and contribute bug-fixes or enhancements to the project. It requires basic knowledge about the general layout of open source and GNU projects, the use of autoconf and automake, etc., which is beyond the scope of this document. If you have any questions, please email us at [[mailto:vos.admin@openlinksw.com][vos.admin@openlinksw.com]]. ---+CVS Archive Server Access OpenLink currently provides read-only CVS archive access through the SourceForge.net servers: $ cvs -d:pserver:anonymous@virtuoso.cvs.sourceforge.net:/cvsroot/virtuoso login (the password is blank) To check-out a particular branch choose one of: * v6 development branch: $ cvs -z3 -d:pserver:anonymous@virtuoso.cvs.sourceforge.net:/cvsroot/virtuoso co -rV6_0_0-DEVEL virtuoso-opensource * v5 development branch: $ cvs -z3 -d:pserver:anonymous@virtuoso.cvs.sourceforge.net:/cvsroot/virtuoso co -rV5_0-DEVEL virtuoso-opensource * For a specific version, such as 6.1.4: $ cvs -z3 -d:pserver:anonymous@virtuoso.cvs.sourceforge.net:/cvsroot/virtuoso co -rVOS-6_1_4 virtuoso-opensource ---+Package Dependencies To generate the configure script and all other build files necessary, please make sure the following packages and recommended versions are installed on your system. | Package | Version | From | | autoconf | 2.57 | http://www.gnu.org/software/autoconf/ | | automake | 1.6.3 | http://www.gnu.org/software/automake/ | | libtool | 1.5 | http://www.gnu.org/software/libtool/ | | flex | 2.5.4 | http://www.gnu.org/software/non-gnu/flex/ | | bison | 1.35 | http://www.gnu.org/software/bison/ | | gperf | 2.7.2 | http://www.gnu.org/software/gperf/ | | gawk | 3.1.1 | http://www.gnu.org/software/gawk/ | | m4 | 1.4.1 | http://www.gnu.org/software/m4/ | | make | 3.79.1 | http://www.gnu.org/software/make/ | | OpenSSL | 0.9.7 | http://www.openssl.org/ | Of course, you will also need any GNU packages required by these. The autogen.sh and configure scripts check for the presence and right version of some of the required components. The above versions are the minimum recommended versions of these packages. Older version of these packages can sometimes be used, but could cause build problems. To check the version number of the tools installed on your system, use one of the following commands: $ autoconf --version $ automake --version $ libtoolize --version $ flex --version $ bison --version $ gperf --version $ gawk --version $ m4 --version $ make --version $ openssl version ---++Diskspace Requirements The build produces a demo database and Virtuoso application packages that are quite large. At least 800 MB of free space should be available in the build file system. When running make install, the target file system should have about 460 MB free. By default, the install target directories are under /usr/local/, but you can specify a different target if you wish -- $ ./configure --prefix=/path/to/dir The minimum working configuration consists of the server executable and config files plus database, no more than a few MB for the server executable, depending on platform and options. ---++Generate build files To generate the configure script and all related build files, use use the supplied script in your CVS checkout directory: $ ./autogen.sh If the above command succeed without any error messages, please use the following command to check out all the options you can use: $ ./configure --help Certain build targets are only enabled when the --enable-maintainer-mode flag is added to configure. Please read the files INSTALL and README in this directory for further information on how to configure the package and install it on your system. ---++Submitting fixes and enhancements Patches and new contributions can be submitted as diffs from the current CVS archive by: $ cvs add newfiles $ cvs -z3 diff -uN > diffs Patches and contributions can be sent to the OpenLink Virtuoso source archive manager at [[mailto:vos.admin@openlinksw.com][vos.admin@openlinksw.com]] to be included the next distribution. Please provide accompanying documentation on which bugs are fixed or new features are introduced.
Title
  • VOSCVS
  • VOSCVS
has creator
is described using
atom:source
atom:updated
  • 2014-01-27T20:45:45Z
  • 2014-01-27T20:45:45Z
atom:title
  • VOSCVS
  • VOSCVS
links to
atom:author
label
  • VOSCVS
Faceted Search & Find service v1.17_git122 as of Jan 03 2023


Alternative Linked Data Documents: iSPARQL | ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Apr 5 2024, on Linux (x86_64-generic-linux-glibc25), Single-Server Edition (30 GB total memory, 26 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software