Skip to content
Snippets Groups Projects
Commit 33945d11 authored by Jonathan Hanks's avatar Jonathan Hanks
Browse files

Forward port of r4597. Updating the README-daqd-cmake.txt file.

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4600 6dcd42c9-f523-4c6d-aada-af552506706e
parent f1f28ba8
No related branches found
No related merge requests found
......@@ -8,16 +8,17 @@ The current effort is to update the daqd to be built via cmake, the main motivat
At this time the RCG and real time modules are not being converted to cmake.
As mentioned to build daqd for production the autotools methods should probably still be used (at least until the cmake
build supports all the required targets).
Building daqd via cmake.
1. create a build directory
2. change directory to the build directory
3. Make sure that there are package config files available for framecpp & EPICS
4. cmake <path to advLigoRTS>/
5. make
5. make -DCMAKE_BUILD_TYPE=RelWithDebInfo -j 8
Notes:
RelWithDebInfo does a release build with debug. On gcc this means -O -g.
-j 8 is to do parallel builds with 8 cores. Replace the 8 with the number of cores on your build box.
The following components will be built:
......@@ -26,6 +27,8 @@ daqd_fw
daqd_dc_mx
daqd_rcv
daqd_mx_symm
daqd_standiop
daqd_bcst
nds
dataviewer (in its many pieces)
mx_stream
......
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