raymoo / tenco-analyze

Figure out how Tenco's reporting interface works
1 stars 0 forks source link

Need someone to pack the reporter into EXE #4

Open raymoo opened 9 years ago

raymoo commented 9 years ago

Currently I am using ruby directly to run the modified English reporter script. But this requires installing ruby and the sqlite3 gem, which is a huge bother on Windows systems (I run soku in WINE on Debian). Users shouldn't be expected to do that just to report scores. The original reporter script was somehow packed into a standalone (sans sqlite3.dll) exe binary, which is convenient for Windows users (ie almost all soku players). It would be nice if someone could pack releases of the modified reporter, because I'm not familiar with ruby and I haven't found any good solutions to "cross-compile" the ruby script to an exe from GNU/Linux.

raymoo commented 9 years ago

An alternative is that I rewrite the reporter too