Aplicativo para Simulador de CNC

Por gentileza, alguém sabe como instalar simulador CNC? Até encontrei uma opção mas dá erro ao instalar.

Comentários

  • Rogerinho disse:

    Por gentileza, alguém sabe como instalar simulador CNC? Até encontrei uma opção mas dá erro ao instalar.

    Tento instalar mas trava nessa mensagem:
    ./configure uspace
    Package libxenomai-dev exists, but information about its source package
    is not available. This most likely means that you do not have the
    right deb-src lines in /etc/apt, or that you need to "apt-get update".
  • Tente este procedimento, extraído do LinuxCNC.org:
    7.2. Installing on Ubuntu Precise
    1. Install Ubuntu Precise 12.04 x86 (32-bit). Any flavor should work (regular Ubuntu, Xubuntu, Lubuntu, etc). 64-bit (AMD64) is currently not supported. You can download the installer here: http://releases.ubuntu.com/precise/
    2. Run the following to bring the machine up to date with the latest packages in Ubuntu Precise.
    sudo apt-get update sudo apt-get dist-upgrade
    3. Add the LinuxCNC Archive Signing Key to your apt keyring by running
    sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-key 3cb9fd148f374fef
    4. Add a new apt source
    sudo add-apt-repository "deb http://linuxcnc.org/ precise base 2.7-rtai"
    5. Fetch the package list from linuxcnc.org.
    sudo apt-get update
    6. Install the RTAI kernel and modules by running
    sudo apt-get install linux-image-3.4-9-rtai-686-pae rtai-modules-3.4-9-rtai-686-pae
    7. If you want to be able to build LinuxCNC from source using the git repo, also run
    sudo apt-get install linux-headers-3.4-9-rtai-686-pae
    8. Reboot, and make sure you boot into the rtai kernel. When you log in, verify that the kernel name is 3.4-9-rtai-686-pae.
    uname -r
    9. Run
    sudo apt-get install linuxcnc
  • Obrigado pela atenção! Vou tentar e depois retorno
Entre ou Registre-se para fazer um comentário.