Skip to content
Snippets Groups Projects
Commit 8d168936 authored by Alexander Ivanov's avatar Alexander Ivanov
Browse files

corrected paths in standalone daqd build

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2606 6dcd42c9-f523-4c6d-aada-af552506706e
parent 9fd5f27a
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ stand:
(cd $(srcdir)/src/daqd; autoconf)
/bin/rm -rf build/stand
/bin/mkdir -p build/stand
(mysrc=$(srcdir); cd build/stand; $$mysrc/src/daqd/configure '--disable-broadcast' '--enable-debug' '--without-myrinet' '--with-epics=/opt/epics-3.14.9-linux/base' '--with-framecpp=/usr/local' && make)
(mysrc=$(srcdir); cd build/stand; $$mysrc/src/daqd/configure '--disable-broadcast' '--enable-debug' '--without-myrinet' '--with-epics=/opt/rtapps/epics/base' '--with-framecpp=/opt/rtapps/framecpp' && make)
# build mx data receiving daqd
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment