README.md : Added installation/dependencies section

This commit is contained in:
kevin 2023-05-25 15:54:09 -04:00
parent 92e5a1948c
commit efc07ac070

View File

@ -21,6 +21,15 @@ libcw Testing and Development App
export LD_LIBRARY_PATH=~/src/libcm/build/linux/debug/lib export LD_LIBRARY_PATH=~/src/libcm/build/linux/debug/lib
valgrind --leak-check=yes --log-file=vg0.txt ./cwtest ~/src/cwtest/src/cwtest/cfg/main.cfg mtx valgrind --leak-check=yes --log-file=vg0.txt ./cwtest ~/src/cwtest/src/cwtest/cfg/main.cfg mtx
# Installation
Dependencies:
- libwebsockets-devel
- fftw-devel
- libcm: lapack-devel
- atlas-devel
#Design Questions: #Design Questions: