File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -45,18 +45,19 @@ Things that are not supported:
45
45
46
46
* Windows: simply copying ` bin\64\sciter.dll ` to ` c:\windows\system32 ` is just enough
47
47
* Linux:
48
- - ` cd sciter-sdk/bin.gtk/ `
48
+ - ` cd sciter-sdk/bin.gtk/x64 `
49
+ - ` export LIBRARY_PATH=$PWD `
49
50
- ` echo $PWD >> libsciter.conf `
50
51
- ` sudo cp libsciter.conf /etc/ld.so.conf.d/ `
51
52
- ` sudo ldconfig `
52
- - ` ldconfig -p | grep sciter ` should print libsciter-gtk-64 .so location
53
+ - ` ldconfig -p | grep sciter ` should print libsciter-gtk.so location
53
54
* OSX:
54
55
- ` cd sciter-sdk/bin.osx/ `
55
56
- ` export DYLD_LIBRARY_PATH=$PWD `
56
57
57
58
3 . Set up GCC envrionmnet for CGO
58
59
59
- [ mingw64-gcc] [ ] (5.2.0 is tested) is recommended for Windows users.
60
+ [ mingw64-gcc] [ ] (5.2.0 and 7.2.0 are tested) is recommended for Windows users.
60
61
61
62
Under Linux gcc(4.8 or above) and gtk+-3.0 are needed.
62
63
You can’t perform that action at this time.
0 commit comments