An open API service indexing awesome lists of open source software.

https://github.com/springmeyer/shared-library-path

sample code to test finding the absolute path to a shared library across platforms
https://github.com/springmeyer/shared-library-path

Last synced: 7 months ago
JSON representation

sample code to test finding the absolute path to a shared library across platforms

Awesome Lists containing this project

README

          

## sample code to test finding the absolute path to a shared library across platforms

## Requires gyp to build

sudo pip install gyp

## Build

On Unix/Mac:

make
make test

Should print something like:

```
hello
/usr/local/lib/libmylib.dylib
hello
/Users/dane/projects/dlpath/build/out/Default/libmylib.dylib
hello
/Users/dane/projects/dlpath/libmylib.dylib
```

Other platforms: Need help testing

For windows and gyp see: https://github.com/springmeyer/hello-gyp