Skip to content

Commit 8d2880b

Browse files
committed
Update README.md according to Sciter 4.1.4 changes.
1 parent 8989d5b commit 8d2880b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,19 @@ Things that are not supported:
4545

4646
* Windows: simply copying `bin\64\sciter.dll` to `c:\windows\system32` is just enough
4747
* Linux:
48-
- `cd sciter-sdk/bin.gtk/`
48+
- `cd sciter-sdk/bin.gtk/x64`
49+
- `export LIBRARY_PATH=$PWD`
4950
- `echo $PWD >> libsciter.conf`
5051
- `sudo cp libsciter.conf /etc/ld.so.conf.d/`
5152
- `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
5354
* OSX:
5455
- `cd sciter-sdk/bin.osx/`
5556
- `export DYLD_LIBRARY_PATH=$PWD`
5657

5758
3. Set up GCC envrionmnet for CGO
5859

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.
6061

6162
Under Linux gcc(4.8 or above) and gtk+-3.0 are needed.
6263

0 commit comments

Comments
 (0)