Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Change the working directory to IceTouch-1.3.1/cpp:

$ cd IceTouch-1.3.1/cpp

Set MCPP_HOME to point to the installation directory of your MCPP distribution, for example:

$ export MCPP_HOME=$HOME/IceTouch-1.3.1-ThirdParty

Set OPTIMIZE_SPEED to yes to create an optimized build:

$ export OPTIMIZE_SPEED=yes

Then run Edit config/Make.rules to establish your build configuration. Run make to build the compilers:

...