Re: ide 1.0.4 compiled?

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

Hi Otterdad,

I wrote these notes to myself quite a while back when I compiled the IDE source into a standalone executable. I hope they help. In my case I have the following disk layout:

I installed Euphoria into c:\euphoria I installed win32lib into c:\euphoria\win32lib I installed the IDE source into c:\euphoria\ide

  1. Open a Windows Shell. E.g click Start -> click Run -> type cmd
  2. c:\> set EUINC="c:\euphoria\win32lib\include"
  3. c:\> set EUDIR="c:\euphoria"
  4. c:\> set PATH=%PATH%;c:\euphoria\bin
  5. c:\> cd c:\euphoria\ide
  6. c:\> bindw ide.exw

You can now run ide.exe

Obviously all of those environment variables can be set in your process environment, however I list them above to make it explicit.

Cheers,
Mark

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

Search



Quick Links

User menu

Not signed in.

Misc Menu