ocapmod / ocap-legacy

OCAP is a game-changing tool that allows the recording and playback of operations on an interactive (web-based) map.
Other
38 stars 42 forks source link

Linux Support #26

Open blip2 opened 8 years ago

blip2 commented 8 years ago

Could this be compiled with native linux / c support?

JamieGoodson commented 8 years ago

Yes - on my todo list 👍

tanaaKa commented 7 years ago

Any word on progress?

fritze2 commented 7 years ago

See destotelhorus' issue #43 for C source that compiles on Linux. I compiled it for our server already.

.so file https://drive.google.com/open?id=0B9dVw1gmI_RQb1EtbUlJenNBSzQ .sh file (run after exporting playback, or schedule a cron job) https://drive.google.com/open?id=0B9dVw1gmI_RQR0ExRmplYkgyUXM

You need to mkdir /ocap-output and /ocap-output/imported. The playbacks will be placed in those by the C lib extension.