vsankarl / dca

0 stars 0 forks source link

dca

Environment: Ubuntu 16.04 - 64 bit GCC version - gcc (Ubuntu 6.5.0-2ubuntu1~16.04) 6.5.0 20181026

Application output - dca. Design and assumptions are in the respective headers.

Steps to build

  1. Extract to directory.
  2. cd to that top level directory "dca"
  3. $make all

Running the application:

  1. $./dca
  2. When prompted for "Enter file name or < Ctrl+C > to exit", enter the full absolute path of the input file.
  3. prints error or success.
  4. $./outputfor gets generated.
  5. "log.txt" (with debug info) gets generated in the current directory