Skip to content

Commit

Permalink
add a FAQ to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Aug 1, 2024
1 parent f9f01f8 commit 9f99064
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,18 @@ Number of XY pairs 6
Equation Y = 8.613e-005*X + 0.08278
```

## FAQ
1. if you encounter something like:

```
# github.com/xtaci/gaio [github.com/xtaci/gaio.test]
./aio_linux.go:155:7: undefined: setAffinity
./watcher.go:588:4: undefined: setAffinity
FAIL github.com/xtaci/gaio [build failed]
FAIL
```

make sure you have gcc installed.

## License

Expand Down

0 comments on commit 9f99064

Please sign in to comment.