golang-ui / nuklear

This project provides Go bindings for nuklear.h — a small ANSI C GUI library.

Home Page:https://github.com/vurtun/nuklear

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a list of dependencies needed to use this?

hartsfield opened this issue · comments

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?

Well.. I needed libXi-devel

and also libXinerama-devel libXrandr-devel libXcursor-devel