Skip to content

Commit

Permalink
space monkey internal commit export
Browse files Browse the repository at this point in the history
[katamari commit: f3af94e720239e8b417b04d73f7460818b9aedf7]
  • Loading branch information
Andrew Harding authored and jtolio committed Jan 24, 2014
1 parent 9191dc4 commit 2e4eff6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@


### Using on Windows
1. Install [mingw-w64](mingw-w64.sourceforge.net)
2. Install [pkg-config-lite](http://sourceforge.net/projects/pkgconfiglite)
3. Build (or install precompiled) openssl for mingw32-w64
4. Set __PKG\_CONFIG\_PATH__ to the directory containing openssl.pc (i.e. c:\mingw64\mingw64\lib\pkgconfig)
5 changes: 2 additions & 3 deletions build.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package openssl

// #cgo !windows pkg-config: openssl
// #cgo windows CFLAGS: -I /c/work/vendor/include -DWIN32_LEAN_AND_MEAN
// #cgo windows LDFLAGS: -L /c/work/vendor/libs -lssl -lcrypto
// #cgo pkg-config: openssl
// #cgo windows CFLAGS: -DWIN32_LEAN_AND_MEAN
import "C"

0 comments on commit 2e4eff6

Please sign in to comment.