Re: Phix: Building Linux Executable File

new topic     » goto parent     » topic index » view thread      » older message » newer message
euphoric said...

PL, can I build a Linux executable file of Phix from Windows? I want to build it on my Windows box and move it to a web host.

Are there docs for this? grin

As for docs, you could lookup format in the help file, but it is a bit long-winded. Much simpler to digest, a known-to-be-working example:

I do this in the build script (on windows):

p32.exu said...

format ELF32
include p.exw

and

phixzip.bat said...

p -c -norun p32.exu

and

http://phix.x10.mx/download.php said...

mv p32 phix/p
cd phix
chmod 777 p
./p -test

Similar for p64.exu, should you need that

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu