https://github.com/augustunderground/sharedspectre
Shared Library for communicating with Cadence Spectre
https://github.com/augustunderground/sharedspectre
Last synced: 11 months ago
JSON representation
Shared Library for communicating with Cadence Spectre
- Host: GitHub
- URL: https://github.com/augustunderground/sharedspectre
- Owner: AugustUnderground
- License: bsd-3-clause
- Created: 2022-09-28T15:32:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T15:33:03.000Z (over 3 years ago)
- Last Synced: 2025-03-06T16:36:43.501Z (over 1 year ago)
- Language: Haskell
- Homepage: https://augustunderground.github.io/sharedspectre/
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SharedSpectre
Shared Library for communicating with Cadence Spectre.
[Documentation](https://augustunderground.github.io/sharedspectre)
## Build
```sh
$ gmake
```
This will create a `./lib` directory containing `libspectre.so`
## Install
Install system wide:
```sh
$ 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.