Cómo Instalar LinuxCNC en Fedora 17 64 bits

More
20 Dec 2012 07:47 - 20 Dec 2012 07:58 #27877 by tesla
[Modo Simulador]

El código fuente:
yum install git

git clone git://git.linuxcnc.org/git/linuxcnc.git linuxcnc

Dependencias a Instalar:
yum groupinstall 'Development Tools' o 'Herramientas de Desarrollo'
yum install pth-devel dvipng tcl-devel tk-devel bwidget libXaw-devel ncurses-devel readline-devel asciidoc source-highlight dblatex groff python-lxml autoconf  texlive blt-devel python-tools boost-devel tkinter



La compilación:
cd ~/linuxcnc/src
./configure --enable-simulator --with-tkConfig=/usr/lib64/tkConfig.sh --with-tclConfig=/usr/lib64/tcl8.5/tclConfig.sh
make


Añade esto a tu path (en /etc/bashrc x ejemplo y actualiza con source /etc/bashrc):
export PATH=$PATH:[path a tu directorio linuxcnc]/linuxcnc/scripts/

Ahora ya solo queda ejecutar LinuxCNC con este comando:
linuxcnc

Espero que le pueda servir de ayuda a alguien.

Saludos,

Javier
Last edit: 20 Dec 2012 07:58 by tesla.

Please Log in or Create an account to join the conversation.

Moderators: dangercraft
Time to create page: 0.053 seconds
Powered by Kunena Forum