如何安装mcz文件来吱吱叫?
我是吱吱初学者。我需要有关在吱吱声上安装库的帮助。
在 squeaksource.com 中,有我想要安装的库 但是当我执行时,
(Installer ss project: 'WebClient')
install: 'WebClient-Core';
由于网络问题,我无法安装。
所以我将 mcz 文件下载到电脑,但我不知道如何安装该 mcz 文件来吱吱叫。 你能让我知道如何处理 mcz 文件吗?
附:感谢您阅读我蹩脚的英语。如果您反馈错误的英语表达,这对我也很有帮助。
I'm squeak beginner. And I want a help about library install on squeak.
in squeaksource.com, there are libraries that I want to install
but when I execute
(Installer ss project: 'WebClient')
install: 'WebClient-Core';
I failed to install for network problem.
So I download mcz file to pc, but I don't know how to install that mcz file to squeak.
Would you let me know how to handle mcz file??
ps. thanks for reading my poor english. If you feedback wrong english expression, it also very helpful for me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您也可以将 mzc 文件拖放到图像中,当弹出窗口出现时,您选择“文件输入”。
干杯
you can also just drag and drop the mzc file into the image, and when the popup appears you choose "file in".
cheers
Squeaksource(您尝试访问的代码存储库)可能已关闭。它发生了。不过,你的脚本很好(除了结尾的“;”)。
尝试
或
Squeaksource (the code repository you were trying to access) was probably was down. It happens. Your script was fine, though (apart from the trailing ';').
Try
or