Menu

CompileMOS

Compiling (7)
Anonymous

Introduction

This page describes how to compile Oricutron

  • Install SDK and PowerSDL
  • Either download and extract a source package from the download page, or check out the current subversion trunk.
  • You may download unzip for end of line conversion
  • Open a shell, and navigate to the Oricutron archive
  • For example type:

unzip -a Downloads:Oricutron_src_v09.zip -d oricutron

  • Type:
    make

Hopefully, an Oricutron executable should come out the other end.


Related

Wiki: CompileHowTo