Skip to content

Commit

Permalink
Update doc with swift version and inspiration link
Browse files Browse the repository at this point in the history
  • Loading branch information
itsravenous committed Sep 26, 2017
1 parent ce0fd40 commit a47af12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# swift-cpp-package
Playground project for writing Swift packages which use C++ code
Playground project for writing Swift packages which use C++ code. Based on instructions at http://ankit.im/swift/2016/05/21/creating-objc-cpp-packages-with-swift-package-manager/#a-package-with-cpp-and-swift

# Prerequesites
- [Swift 3](https://swift.org/download/)
- [Swift 4](https://swift.org/download/)

# Build
`swift build`

# Run
`.build/debug/swift-exec`
`.build/debug/swift-exec` (compiled from [Sources/swift-exec/main.swift](https://github.com/itsravenous/swift-cpp-package/blob/master/Sources/swift-exec/main.swift))

0 comments on commit a47af12

Please sign in to comment.