hey, starting up with kotlin+native, I'm looking a...
# kotlin-native
f
hey, starting up with kotlin+native, I'm looking at the native+gtk example to start a project. It fails using only
build.sh
but it work with
gradlew
. So my question is: Is gradle required to build native (doc say
build.sh
should do) or I'm doing something wrong?
Ok, I found the (obvious) error. The script assumed that the
include
dir is in
/opt
for mac. Which is not the case if you use homebrew
so now it's working fine. If I update the script and the doc, is this can of PR will acceptd?
o
demo is built with shell script
s
yeah i noticed it expect user to have installed native libs using port, i thought brew was more popular
f
I use brew and it's default to
/usr/local
so the script fails. my PR covers
/usr/local
and
/opt/local
plus an optional custom flag