| commit | ef8d727ca0eb346af951d15d84ba6f2b9564adf5 | [log] [tgz] |
|---|---|---|
| author | Kevin Rocard <kevinx.rocard@intel.com> | Wed Apr 23 20:34:14 2014 +0200 |
| committer | Mattijs Korpershoek <mattijsx.korpershoek@intel.com> | Wed Jun 25 10:52:28 2014 +0200 |
| tree | 533e493aa4814b12c3b49da7ee1ba5864b436042 | |
| parent | f976f3749c6639915a646a88049fe523e3d5f051 [diff] |
[remote-processor] Add context information on failure BZ: 190038 Remote processor was not displaying information in case of network read/write error. Add some error messages to ease debug. Change-Id: I465062e8cf77f94b3d4d4d0c71338c4630aac276 Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com> Signed-off-by: Mattijs Korpershoek <mattijsx.korpershoek@intel.com>
tl;dr: compilation instructions are at the end
WIP
Run cmake . then make. You may then install libraries, headers and binaries with make install. By default, they are installed under /usr/local on unix OSes; if you want to install them under a custom directory, you may do so by passing it to the cmake . command; e.g. cmake -DCMAKE_INSTALL_PREFIX=/path/to/custom/install ..