Changes between Version 2 and Version 3 of epics/channelarchiver


Ignore:
Timestamp:
08/18/16 16:02:26 (8 years ago)
Author:
hirose
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • epics/channelarchiver

    v2 v3  
    2525}}} 
    26263. '''必要なライブラリの整備'''[[BR]] 
    27  !ChannelArchiver/ThirdPartyディレクトリに、ビルド時に利用されるライブラリパッケージが置かれている。[[BR]] 
     27 !ChannelArchiver/ThirdPartyディレクトリに、ビルド時に利用されるライブラリパッケージが用意されている。[[BR]] 
    2828 今回インストールしたライブラリは下記の通り。[[BR]] 
    2929 なお、__xerces-c-devel及びperl-Frontier-RPCはソースからインストール__し、その他はyumでインストールした。[[BR]] 
     
    3535    ||= perl-XML-Simple =|| 2.20-5 || 
    3636    ||= perl-Frontier-RPC =|| 0.07b4 || 
     37 用意されているxerces-c-develは2.4.0であるため、別途2.8.0をダウンロードしてインストールを行った。[[BR]] 
     38{{{ 
     39$ cd $EXTENSIONS_TOP/src/ChannelArchiver/ThirdParty 
     40$ wget http://archive.apache.org/dist/xerces/c/xerces-c-src-current.tar.gz 
     41$ tar xzvf xerces-c-src-current.tar.gz 
     42$ ls 
     43 xerces-c-src_2_8_0 
     44$ cd xerces-c-src_2_8_0/src/xercesc 
     45$ export XERCESCROOT=$EXTENSIONS_TOP/src/ChannelArchiver/ThirdParty/xerces-c-src_2_8_0 
     46$ ./runConfigure -plinux -cgcc -xg++ -minmen -nsocket -tnative -rpthread 
     47$ make 
     48$ su root 
     49# make install 
     50}}} 
    37514. '''ビルド'''[[BR]] 
    3852 GCCコンパイラのバージョンの影響かは分からないが、ビルド時にエラーが発生してしまう。[[BR]]