Skip to content

Commit

Permalink
reduce requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Q11BUL committed Mar 26, 2020
1 parent af9c929 commit 3d2149d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 28 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ This package uses prebuild to fetch precompiled binaries, so provided your platf

Otherwise install will try to compile the sources for your platform, you will need:
* CMake installed and in path
* a working c++ compiler
* linux only: gobjc++ library installed (e.g for ubuntu: sudo apt-get install gobjc++)
* a working c++ compiler (vs 2015+ or g++5.3+)

## Examples
```
Expand All @@ -35,8 +34,9 @@ dimse.startScp(JSON.stringify(
"aet": "IMEBRA",
"ip" : "127.0.0.1",
"port": "9999"
}
}
},
"storagePath": "./data"
}
), (result) => {
try {
console.log(JSON.parse(result));
Expand Down Expand Up @@ -117,4 +117,4 @@ dimse.findScu(JSON.stringify(
```

## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fknopkem%2Fdicom-dimse-native.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fknopkem%2Fdicom-dimse-native?ref=badge_large)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fknopkem%2Fdicom-dimse-native.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fknopkem%2Fdicom-dimse-native?ref=badge_large)
3 changes: 2 additions & 1 deletion examples/move.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ addon.startScp(JSON.stringify(
"aet": "IMEBRA",
"ip" : "127.0.0.1",
"port": "9999"
}
},
"storagePath": "./data"
}
), (result) => {
try
Expand Down
21 changes: 0 additions & 21 deletions library/implementation/logging.mm

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dicom-dimse-native",
"version": "0.1.1",
"version": "0.1.2",
"description": "native addon using imebra dicom toolkit",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3d2149d

Please sign in to comment.