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.
This commit is contained in:
Kevin Jones 2024-09-17 11:09:54 -04:00 коммит произвёл GitHub
Родитель 8a2071658e d8919a3894
Коммит bb29cbee8d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -49,6 +49,7 @@ You can download prebuilt Windows binaries [here](https://github.com/github/smim
### Building from source
- Make sure you have the [Go compiler](https://golang.org/dl/) installed.
- Make sure that you have a gcc compiler setup in your path to compile embedded c in go files.
- You'll probably want to put `$GOPATH/bin` on your `$PATH`.
- Run `go get github.com/github/smimesign`