Skip to content

Commit bb29cbe

Browse files
authored
Merge pull request #143 from craigdfrench/patch-1
Update README.md to fix #141 to instruct that building from source needs to have a gcc based c compiler to compile.
2 parents 8a20716 + d8919a3 commit bb29cbe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ You can download prebuilt Windows binaries [here](https://github.com/github/smim
4949
### Building from source
5050

5151
- Make sure you have the [Go compiler](https://golang.org/dl/) installed.
52+
- Make sure that you have a gcc compiler setup in your path to compile embedded c in go files.
5253
- You'll probably want to put `$GOPATH/bin` on your `$PATH`.
5354
- Run `go get github.com/github/smimesign`
5455

0 commit comments

Comments
 (0)