BrainBit for developers Subscribe for updates Visit website

Linux

Latest version: `1.0.6.29`

Samples

Samples for BrainBit - link

First way

1. Download `libneurosdk2.deb` package for your distribution from GitHub.
2. Install by `apt`:

    
sudo apt install ./libneurosdk2.deb
    


Second way

Download from GitHub and add .so to your project by your preferred way.

 

 

 

Library built on Astra Linux CE 2.12.46, kernel 5.15.0-70-generic. Arch: x86_64 GNU/Linux

```
user@astra:~$ ldd --version
ldd (Debian GLIBC 2.28-10+deb10u1) 2.28
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
```

That library depends from others library, for instance:
```
linux-vdso.so.1
libblkid.so.1
libc++.so.1
libc++abi.so.1
libc.so.6
libdl.so.2
libffi.so.6
libgcc_s.so.1
libgio-2.0.so.0
libglib-2.0.so.0
libgmodule-2.0.so.0
libgobject-2.0.so.0
libm.so.6
libmount.so.1
libpcre.so.3
libpthread.so.0
libresolv.so.2
librt.so.1
libselinux.so.1
libstdc++.so.6
libudev.so.1
libuuid.so.1
libz.so.1
ld-linux-x86-64.so.2
```

We can put the library dependencies along with neurosdk2 library, if you are using a OS other than ours, these dependencies will be required for the neurosdk2 library, in which case you should place them along with libneurosdk2.so in the same path.