install

来自「BIOSIG is an open source software librar」· 代码 · 共 33 行

TXT
33
字号
0. install and build Xerces-C 2.7 source distribution (normally Iinstall it to /usr/local)http://xml.apache.org/xerces-c/1. download XQilla cvs with commands   cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/xqilla login   cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/xqilla co -P xqillato appropiate directory (I use /usr/local/src;)2. run ./configure --with-xerces "path to Xerces source root"3. If your flex/lex does not understand Unicode, then enterxqilla/src/lexer directory and touch all cpp, hpp and h files(only one should be touched but I don't remember which one;) toprevent make calling flex. Actually a regular user doesn't needto rebuild these files (see details at pathan 2 buildinginstructions).4. make/make install xqilla5. check that library path in my sample's Makefile points tocorrect location of libxerces and libxqilla.[just in case] Please note that linking depends on the libraryorder in linker command line. I forgot that this is normal withgcc and it was an unpleasant surprise for me;)Hope that these help.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?