|   | 198 | }}} | 
          
          
            |   | 199 |  | 
          
          
            |   | 200 | Please refer to the README file in SPECTRUM_VIEW directory for instructions on compiling and running the application. Before compiling the application, install and compile a few dependencies. | 
          
          
            |   | 201 | {{{ | 
          
          
            |   | 202 | root@sdr-console> apt update | 
          
          
            |   | 203 | root@sdr-console> apt-get -y install libboost-all-dev liblog4cxx-dev cmake libfftw3-dev libxml2-dev libpopt-dev libsqlite3-dev pkg-config libxml2-utils gnulib | 
          
          
            |   | 204 |  | 
          
          
            |   | 205 | root@sdr-console> git clone https://github.com/zaphoyd/websocketpp.git | 
          
          
            |   | 206 | root@sdr-console> pushd websocketpp | 
          
          
            |   | 207 | root@sdr-console> cmake . -DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON | 
          
          
            |   | 208 | root@sdr-console> make -j 4 | 
          
          
            |   | 209 | root@sdr-console> make install | 
          
          
            |   | 210 | root@sdr-console> popd | 
          
          
            |   | 211 | }}} | 
          
          
            |   | 212 |  | 
          
          
            |   | 213 | Now if all the dependencies installed successfully, compile application. | 
          
          
            |   | 214 | {{{ | 
          
          
            |   | 215 | root@sdr-console> make | 
          
          
            |   | 216 | root@sdr-console> make install |