To run efene on windows you need erlang installed.
Go to the erlang download page
Download the latest version from the row Windows binary (incl. documentation)
Install it.
Download the latest version of efene
Unpack efene
- right click on “My Computer” icon
- click properties
- go to the “Advanced” tab
- click the “Environment Variables”
- in the “System Variables” frame select the Path variable
- click the “Edit” button
- in the “Variable Value” text field go to the end of the text (don’t edit it)
- add the path to the bin directory of your erlang instalation
- separate the path from the previous one with a semicolon
- add the path to the bin directory of your efene instalation
- separate the path from the previous one with a semicolon
- press the “Ok” button in the open windows until all are closed
In my case I added to the Path variable the following text:
;C:\Program Files\erl5.8\bin;C:\Documents and Settings\Mariano Guerra\My Documents\efene\bin
Open cmd.exe (Windows + r or Start -> run -> cmd.exe), cd to the src folder inside efene, in my case it’s:
C:\Documents and Settings\Mariano Guerra\My Documents\efene\src
Type:
build.bat
Done!
To test it, do:
cd ../bin
fnc.exe -s
You should see the erlang shell, type:
>>> halt()
And press enter to quit.