Difference between revisions of "WikiData Import 2022-07-20"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
cd virtuoso-opensource | cd virtuoso-opensource | ||
./autogen.sh | ./autogen.sh | ||
+ | Checking build environment ... | ||
+ | Using aclocal (GNU automake) 1.16.1 | ||
+ | Using autoconf (GNU Autoconf) 2.69 | ||
+ | Using autoheader (GNU Autoconf) 2.69 | ||
+ | Using automake (GNU automake) 1.16.1 | ||
+ | Using libtoolize (GNU libtool) 2.4.6 | ||
+ | Using bison (GNU Bison) 3.5.1 | ||
+ | Using flex 2.6.4 | ||
+ | Using GNU Awk 5.0.1, API: 2.0 (GNU MPFR 4.0.2, GNU MP 6.2.0) | ||
+ | Using GNU gperf 3.1 | ||
+ | Using OpenSSL 1.1.1f 31 Mar 2020 | ||
+ | |||
+ | Generating build scripts ... | ||
+ | Running libtoolize ... | ||
+ | libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'binsrc/config'. | ||
+ | libtoolize: copying file 'binsrc/config/ltmain.sh' | ||
+ | libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'binsrc/config'. | ||
+ | libtoolize: copying file 'binsrc/config/libtool.m4' | ||
+ | libtoolize: copying file 'binsrc/config/ltoptions.m4' | ||
+ | libtoolize: copying file 'binsrc/config/ltsugar.m4' | ||
+ | libtoolize: copying file 'binsrc/config/ltversion.m4' | ||
+ | libtoolize: copying file 'binsrc/config/lt~obsolete.m4' | ||
+ | Running aclocal ... | ||
+ | Running autoheader ... | ||
+ | Running automake ... | ||
+ | Running autoconf ... | ||
+ | |||
+ | Please check the INSTALL and README files for instructions to | ||
+ | configure, build and install Virtuoso on your system. | ||
+ | |||
+ | Certain build targets are only enabled in maintainer mode: | ||
+ | |||
+ | ./configure --enable-maintainer-mode ... | ||
+ | |||
+ | Bootstrap script completed successfully. | ||
</source> | </source> |
Revision as of 15:20, 20 July 2022
Virtuoso
- https://stackoverflow.com/questions/56768463/wikidata-import-into-virtuoso
- https://community.openlinksw.com/t/loading-wikidata-into-virtuoso-open-source-or-enterprise-edition/2717
Installation
- http://vos.openlinksw.com/owiki/wiki/VOS/VOSUbuntuNotes
- http://vos.openlinksw.com/owiki/wiki/VOS
- https://github.com/openlink/virtuoso-opensource
- https://github.com/openlink/virtuoso-opensource/issues/820
git clone https://github.com/openlink/virtuoso-opensource
cd virtuoso-opensource
./autogen.sh
Checking build environment ...
Using aclocal (GNU automake) 1.16.1
Using autoconf (GNU Autoconf) 2.69
Using autoheader (GNU Autoconf) 2.69
Using automake (GNU automake) 1.16.1
Using libtoolize (GNU libtool) 2.4.6
Using bison (GNU Bison) 3.5.1
Using flex 2.6.4
Using GNU Awk 5.0.1, API: 2.0 (GNU MPFR 4.0.2, GNU MP 6.2.0)
Using GNU gperf 3.1
Using OpenSSL 1.1.1f 31 Mar 2020
Generating build scripts ...
Running libtoolize ...
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'binsrc/config'.
libtoolize: copying file 'binsrc/config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'binsrc/config'.
libtoolize: copying file 'binsrc/config/libtool.m4'
libtoolize: copying file 'binsrc/config/ltoptions.m4'
libtoolize: copying file 'binsrc/config/ltsugar.m4'
libtoolize: copying file 'binsrc/config/ltversion.m4'
libtoolize: copying file 'binsrc/config/lt~obsolete.m4'
Running aclocal ...
Running autoheader ...
Running automake ...
Running autoconf ...
Please check the INSTALL and README files for instructions to
configure, build and install Virtuoso on your system.
Certain build targets are only enabled in maintainer mode:
./configure --enable-maintainer-mode ...
Bootstrap script completed successfully.