Skip to content

Commit 6363943

Browse files
Prinzhornpravic
authored andcommitted
Update README.md
1 parent 9a4dfcb commit 6363943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ Things that are not supported:
4747
1. Download the [sciter-sdk][]
4848
2. Extract the sciter runtime library from [sciter-sdk][] to system PATH
4949

50-
The runtime libraries lives in `bin` `bin.gtk` `bin.osx` with suffix like `dll` `so` or `dylib`
50+
The runtime libraries lives in `bin` `bin.lnx` `bin.osx` with suffix like `dll` `so` or `dylib`
5151

5252
* Windows: simply copying `bin\64\sciter.dll` to `c:\windows\system32` is just enough
5353
* Linux:
54-
- `cd sciter-sdk/bin.gtk/x64`
54+
- `cd sciter-sdk/bin.lnx/x64`
5555
- `export LIBRARY_PATH=$PWD`
5656
- `echo $PWD >> libsciter.conf`
5757
- `sudo cp libsciter.conf /etc/ld.so.conf.d/`

0 commit comments

Comments
 (0)