Re: ide 1.0.4 compiled?
- Posted by marky1124 Jan 23, 2009
- 868 views
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
- Open a Windows Shell. E.g click Start -> click Run -> type cmd
- c:\> set EUINC="c:\euphoria\win32lib\include"
- c:\> set EUDIR="c:\euphoria"
- c:\> set PATH=%PATH%;c:\euphoria\bin
- c:\> cd c:\euphoria\ide
- 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