Windows

For run the program on Windows, necessary:

  • 1) Download zip archive with sources
  • 2) Unpack archive
  • 3) Download and install:

    Python 2.7 x86 or x64

    wxPython x86 or x64

    PyOpenGL x86 or x64

    Numpy x86/x64

    PIL x86/x64

    Reportlab x86 or x64

  • 4) Go to the folder with the program and run file samocad_start.py
  • Linux Ubuntu/Debian-like

    In terminal:
    Install necessary packages:
    Debian 8 Jessie:
    sudo apt-get install python-wxgtk3.0 python-opengl python-numpy python-imaging python-reportlab
    Debian 7 Wheezy:
    sudo apt-get install python-wxgtk2.8 python-opengl python-numpy python-imaging python-reportlab
    Download, unzip and run the program:
    wget https://github.com/VVS1864/SAMoCAD/archive/wx_opengl.zip
    unzip wx_opengl.zip
    cd SAMoCAD-wx_opengl
    python samocad_start.py

    Have fun!
    On you computer must be installed OpenGL 1.4 or later.