MS Windows, Mac OS X, Linux
Other UNIX-like operating systems may work too out of the box.
- Download and install last version of CMake
- Clone this repository
- In the root folder of it create project for your IDE:
# Create `build` folder
mkdir build; cd build
# You can use all cmake generators available on your platform
# For example, next command creates solution for `Microsoft Visual Studio 2010`
cmake -G "Visual Studio 10 2010" ../- Create executable file with your IDE (
Releasemode highly recommended)
Just run executable file refal2:
# Refal2 without parameters accepts source code on stdin
./refal2
# Learn more about available command line options
./refal2 --helpPlease report unacceptable behavior to refal2@yandex.ru.
