7 ms·
This project is awesome. Do you know if there's a way to bundle up something like a python or PHP script so it runs standalone without needing the runtimes on t
by amhoab 9y ago
This project is awesome. Do you know if there's a way to bundle up something like a python or PHP script so it runs standalone without needing the runtimes on the target system?
- foob 9y agoThanks! For Python, `cx_Freeze` should be able to accomplish what you describe in a cross-platform way. I don't know of any similar PHP tools off the top of my head. [1] - http://cx-freeze.readthedocs.io/en/latest/index.html http://cx-freeze.readthedocs.io/en/latest/index.html