Getting Started with the Scriptol C++ Compiler

Get the program

Download the compiler from the download page.

The archive holds:

You A C++ compiler to build a native Scriptol application.

Installing

Read the installing Scriptol for C++ tutorial.

Compatible compilers

The solc compîler is compatible with:
- Turbo Explorer or BCC 5.5
- GCC under Unix and under Windows MingW
- Visual Studio or Visual C++ Express.

Building a scriptol program from the source

At command line, under Windows or Unix

Building and running a binary executable,
type:     solc -ber xxx

-b compiles the xxx.sol scriptol program.
-e makes an executable.
-r  runs the program.