UNIX_README for the Gryphon client libraries ============================================ 1) Uncompress (gzip) and unpack (tar) the archive file; e.g., using GNU tar: $ tar xzf dggryph_xxx.tar.gz 2) Build the C++ library: $ cd gryphon/libs/client/cpp/ $ make 3) Build the sample application which uses the C++ library: $ cd sample/console/ $ make 4) and test; e.g., $ ./lgryphrx The above should show the "Usage" information. $ ./lgryphrx If there is a Gryphon on the LAN, the above should show its version, serial number, and installed channels, along with any vehicle multiplex traffic it may detect. (ctl-C to end the program.) 5) Optional: Build the C library: $ cd ../../../c $ make 6) Optional: Build the sample application which uses the C library: $ cd sample/console/ $ make 7) Optional: Test, as above: $ ./lgryphrx