- This wiki is out of date, use the continuation of this wiki instead
Tutorial:Setting up Fenix on Windows
From FenixWiki
WORK IN PROGRESS
Contents |
Download
- To download a few old version of Fenix, go to the Fenix site.
- To download previews of new beta versions, go to the Spanish forum.
- To download all Fenix versions, official DLL's and more up to date stuff, go to the SourceForge site of Fenix.
Package
The Fenix consists of two main items: fxc.exe and fxi.exe. FXC.exe (FeniX Compiler) compiles code you program to bytecode, which FXI.exe (FeniX Interpreter) reads when you want to run your program. See their pages for more detailed info about them, for now we will focus on basic operations.
FXC.exe
FXC.exe [<options>] <filename>
-d | - Debugging mode. |