golang-ui / nuklear

This project provides Go bindings for nuklear.h — a small ANSI C GUI library.
https://github.com/vurtun/nuklear
MIT License
1.57k stars 98 forks source link

Is there a list of dependencies needed to use this? #24

Closed hartsfield closed 7 years ago

hartsfield commented 7 years ago

I'm on Fedora 25 Linux and I needed to install a lot of development libraries and now, when I try to go get github.com/golang-ui/nuklear/nk I'm getting the error:

# github.com/go-gl/glfw/v3.2/glfw
/usr/bin/ld: cannot find -lXi
collect2: error: ld returned 1 exit status

What am I missing?

hartsfield commented 7 years ago

Well.. I needed libXi-devel

and also libXinerama-devel libXrandr-devel libXcursor-devel