Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 600 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 600 Bytes

SharedSpectre

Shared Library for communicating with Cadence Spectre.

Documentation

Build

$ gmake

This will create a ./lib directory containing libspectre.so

Install

Install system wide:

$ gmake install

This will install the library and header file globally for all users. Requires sudo privileges.

Examples

The ./example directory contains demos on how to access the shared library from other languages. These only works after the libray has been built, as they depend on the ./lib direcotry.