Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
genemars committed Dec 18, 2022
1 parent 30ffbba commit 3ed8765
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 70 deletions.
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,6 @@ ZWaveLib is available as a [NuGet package](https://www.nuget.org/packages/ZWave

Run `Install-Package ZWaveLib` in the [Package Manager Console](http://docs.nuget.org/docs/start-here/using-the-package-manager-console) or search for “ZWaveLib” in your IDE’s package management plug-in.

## .Net Standard 2.0 notes

When running under Linux you might encouter the following error:
```
Unable to load shared library 'libnserial.so.1' or one of its dependencies.
```
in which case `serialportstream` library is missing.

To fix this error clone and build `serialportstream`:
```
git clone https://github.com/jcurl/serialportstream.git
cd serialportstream/
cd dll/serialunix/
./build.sh
```

Then copy generated files `build/libnserial/libnserial.so*` to the app folder and lauch the app with `LD_LIBRARY_PATH` set to the current directory:

```
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. dotnet exec TestApp.NetCore.dll
```

## Example usage
```csharp

Expand Down
48 changes: 0 additions & 48 deletions ZWaveLib/ZWaveLib.nuspec

This file was deleted.

0 comments on commit 3ed8765

Please sign in to comment.