We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4dfcb commit 6363943Copy full SHA for 6363943
README.md
@@ -47,11 +47,11 @@ Things that are not supported:
47
1. Download the [sciter-sdk][]
48
2. Extract the sciter runtime library from [sciter-sdk][] to system PATH
49
50
- The runtime libraries lives in `bin` `bin.gtk` `bin.osx` with suffix like `dll` `so` or `dylib`
+ The runtime libraries lives in `bin` `bin.lnx` `bin.osx` with suffix like `dll` `so` or `dylib`
51
52
* Windows: simply copying `bin\64\sciter.dll` to `c:\windows\system32` is just enough
53
* Linux:
54
- - `cd sciter-sdk/bin.gtk/x64`
+ - `cd sciter-sdk/bin.lnx/x64`
55
- `export LIBRARY_PATH=$PWD`
56
- `echo $PWD >> libsciter.conf`
57
- `sudo cp libsciter.conf /etc/ld.so.conf.d/`
0 commit comments