Skip to content

Commit

Permalink
cleanup references to lib folder (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
segrey committed Oct 19, 2018
1 parent 271a171 commit 5b0f3ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Also pty4j implements java interface for pty for windows, using [WinPty](https:/

## Dependencies

This library depends on JTermios, part of the PureJavacomm library found at
<https://github.com/nyholku/purejavacomm>. A binary release of this library,
along with its dependency JNA, is made part of this repository, and can be
found in the lib-directory.
This library depends on JTermios, part of the PureJavaComm library found at
<https://github.com/nyholku/purejavacomm>. Pty4j depends on the version of PureJavaComm,
not uploaded to [the maven central](https://search.maven.org/artifact/com.github.purejavacomm/purejavacomm).
It'a available as [org.jetbrains.pty4j:purejavacomm](https://bintray.com/jetbrains/pty4j/org.jetbrains.pty4j%3Apurejavacomm).

Windows pty implementation used here is the magnificent WinPty library written by Ryan Prichard: https://github.com/rprichard/winpty

Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ sourceSets {
java {
srcDirs = ['src']
}
compileClasspath += files('lib/purejavacomm.jar')
}
test {
java {
Expand Down

0 comments on commit 5b0f3ef

Please sign in to comment.