-
Notifications
You must be signed in to change notification settings - Fork 6
安装包安装
zhanglei edited this page Nov 15, 2020
·
9 revisions
wiki中windows版本为windows10,windows平台的安装包,请到github上下载,github地址为
https://github.com/longyan/phpsciter/blob/master/package/windows/phpsciter.zip
解压可以用的windows平台包,然后打开命令行,到达phpsciter目录下,运行
php examples/phpsciter-load-frame/index.phpt
教程中系统的版本是ubuntu 20.04,首先必须要使用apt 安装php7.4 的安装包
sudo apt install php7.4-cli
然后解压deb文件就可以使用了
sudo dpkg -i ./phpsciter_php7.4.3-4ubuntu2.4_am64.deb
验证安装包是否已经被安装
php -m|grep PHPSciter
运行demo
php examples/phpsciter-load-frame/index.phpt
如果出现缺少gtk包的情况请使用apt进行安装
sudo apt install libgtk-3-dev
wiki中centos环境为8.0,安装php环境,可以看到php的版本为php7.2
sudo yum install php
sudo yum install gtk-devel
- 关于sciter
- 关于phpsciter
- 安装sciter
- 开发phpsciter
- 运行phpsciter
-
sciter开发注意事项
- 常见问题
- tiscript和javascript的区别
- html5的兼容性
- css的兼容性
- 如何做调试
- 内存泄漏