Re: how to compile openeuphoria from source on win7?
- Posted by petelomax Aug 23, 2016
- 1601 views
Of course you could try downloading Phix (no other tools requiredâ„¢).
Build using "p -c p". Job done.
Of course if you want a 64-bit version, it's a bit tricker:
Edit p.exw, uncomment "format PE64", and save. Build using "p -c p". Job done.
Pete