Menu

CompileDebian

Anonymous

Introduction

This page describes how to compile Oricutron for Ubuntu (instructions correct for Debian unstable)

  • Install SDL, GTK and OpenGL developer files with (as root):

apt-get install libsdl-dev libgtk-3-dev libgl1-mesa-dev

  • Make sure you have the GNU C++ compiler support installed (as root):
    apt-get install g++

  • Either download and extract a source package from the download page, or check out the current subversion trunk.

  • Open a shell, and navigate to the Oricutron sourcecode
  • Type:
    make

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


Related

Wiki: CompileHowTo

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.