Skip to content

Installation

Dimitris Styliaras edited this page Sep 1, 2019 · 5 revisions

Prerequisites

To build and run Microsoft’s C++ REST SDK is needed to be installed in the system as a c++ library.

To view CScout's diagrams you must have the GraphViz dot command in your executable file path.

Front End build and deployment requires NPM and NodeJS.

Testing requires an installed version of HSQLDB. If this is already installed in your system, specify to make the absolute path of the hsqldb directory, e.g. make HSQLDB_DIR=/usr/local/lib/hsqldb-2.3.3/hsqldb. Otherwise, make will automatically download and unpack a local copy of HSQLDB in the current directory.

Installation

  • To build run sudo make. You can also use the -j make option to increase the build's speed.
  • To build and test, run make test.
  • To install (typically after building and testing), run sudo make install.
  • To see CScout in action run make example.
Clone this wiki locally