Changes between Version 3 and Version 4 of epics/streamdevice/setup1
- Timestamp:
- 07/20/12 13:28:19 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
epics/streamdevice/setup1
v3 v4 7 7 * asyn 4-11 8 8 9 10 9 11 == ダウンロード、インストール == 10 12 * http://epics.web.psi.ch/software/streamdevice/ 11 13 * 2-5 をダウンロード 12 14 15 16 support用のディレクトリ作成, 13 17 {{{ 14 [epics@pfrproc2 ]$ cd /pf/epics/R314.9/modules/soft/stream/2-5 18 [epics@pfrproc2 ]$ cd /pf/epics/R314.9/modules/soft/stream/ 19 [epics@pfrproc2 stream]$ mkdir 2-5 20 [epics@pfrproc2 stream]$ cd 2-5 15 21 16 22 [epics@pfrproc2 2-5]$ makeBaseApp.pl -t support … … 24 30 drwxr-xr-x 2 epics epics 1024 5月 8日 23:50 configure 25 31 32 }}} 26 33 34 configure/RELEASE編集 35 {{{ 27 36 [epics@pfrproc2 2-5]$ vi configure/RELEASE 28 37 … … 36 45 37 46 {{{ 47 [epics@pfrproc2 2-5]$ gzip -dc /pf/epics/src/StreamDevice-2-5.tgz | tar xvf - 38 48 [epics@pfrproc2 2-5]$ ls 39 49 Makefile StreamDevice-2-5 configure 40 50 }}} 41 51 42 "StreamDevice-2-5/streamApp/Makefile"の 23行目のコメントを外し、aaiRecord.dbd,aaoRecord.dbd を組み込む。52 !StreamDevice-2-5/streamApp/Makefile の 23行目のコメントを外し、aaiRecord.dbd,aaoRecord.dbd を組み込む。 43 53 (EPICS Base 3.14.12以降ではaaiレコードがbaseに含まれたのでコメントは付けたまま、何もしなくて良い) 44 54 … … 56 66 Makefile StreamDevice-2-5 bin configure dbd include lib 57 67 }}} 68 69 使用例は 70 [wiki:epics/streamdevice]以下を参照