FiveYellowMice / onscripter-tutorial

这是“小白也能学会的Galgame制作”的几乎所有文件。
https://fiveyellowmice.github.io/onscripter-tutorial
Creative Commons Attribution Share Alike 4.0 International
96 stars 11 forks source link

Is there any ways to run onscripter on Linux now? #1

Open fybmain opened 7 years ago

fybmain commented 7 years ago

Well, I tried launching the onscripter-gbk downloaded from gamux.org on my Xfce4 on Archlinux yesterday. Sadly, it failed with the message:" error while loading shared libraries: liblua5.1-c++.so.0: cannot open shared object file: No such file or directory". I've tried several ways to heal it such as installing lua and lua51 but these attempts all failed. Then I tried to get the source code to get my own executable binary file through compiling but only to get many compilation errors ( maybe these were caused by the changing of C++ standard ). Suddenly I found that there is no way to launch onscripter without wine ( though running "wine onscripter.exe" still works now, but it doesn't works well on some games such as Yosuga no Sora ). So how can I play my GBs of galgames happily now?

fybmain commented 7 years ago

Okay, I downloaded an onscripter from this repository and it really works! Where did you get this "magic" version?

FiveYellowMice commented 7 years ago

There's no magic, I don't know C/C++ well either. The Linux version of onscripter-gbk in this repo is what I got from compiling the GitHub repo referred in the AUR package onscripter-gbk on a ArchLinux computer some time ago.

Also, can you speak Chinese? It's not like a non-Chinese user will be interested in this tutorial.

fybmain commented 7 years ago

不是很习惯在github上打中文……不过目前哪里有现在的arch可以正常编译的onscripter源码包?

FiveYellowMice commented 7 years ago

AUR 上的 onscripter-gbk ,把 PKGBUILD 里面的 source 那行,字符串两边加上括号就行。

fybmain commented 7 years ago

编译过一次,然而貌似出错了……等下我再去试试……

YuriSizuku commented 1 year ago

Recently I make an enhancement of ONScripter based on jh version. This project uses github action to build for most of the platforms. Linux version is by static link.

https://github.com/YuriSizuku/OnscripterYuri