Skip to content

Commit 9f99064

Browse files
committed
add a FAQ to readme
1 parent f9f01f8 commit 9f99064

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,18 @@ Number of XY pairs 6
282282
Equation Y = 8.613e-005*X + 0.08278
283283
```
284284

285+
## FAQ
286+
1. if you encounter something like:
287+
288+
```
289+
# github.com/xtaci/gaio [github.com/xtaci/gaio.test]
290+
./aio_linux.go:155:7: undefined: setAffinity
291+
./watcher.go:588:4: undefined: setAffinity
292+
FAIL github.com/xtaci/gaio [build failed]
293+
FAIL
294+
```
295+
296+
make sure you have gcc installed.
285297

286298
## License
287299

0 commit comments

Comments
 (0)