Skip to content

Commit a1d6a8d

Browse files
committed
Improve getting started guide
1 parent 98e4283 commit a1d6a8d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.idea
2+
*.iml

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The **GoLang adapter** uses cgo to provide a CoAP stack based on the code of Lob
66

77
## Getting Started
88

9+
### Prerequisite
10+
To build the project you need a C compiler and the matching [Go](https://golang.org/dl/) toolkit installed.
11+
12+
For Windows you can use [MinGW](http://www.mingw.org/) to install the gcc.
13+
14+
When you have a 32 bit C compiler make sure you also use 32 bit Go. Else cgo will not be able to compile the C code.
15+
16+
### Install the code
17+
918
```
1019
go get -u gitlab.com/lobaro/lobaro-coap-go
1120
```

0 commit comments

Comments
 (0)