No description
Find a file
Jeff Epler 5ce31592ef travis: manually uninstal gpl3 readline
In the past, the apt resolver automatically uninstalled the gpl3
readline (libreadline-dev, libreadline6-dev) as needed to satisfy
the dependencies of linuxcnc-build-deps.  At some point around
2017-02-10, this changed on travis-ci.org and instead it preferred
to remove linuxcnc-build-deps and leave a bunch of deps (such as
libudev-dev, the first one configure hit) in a non-usable state.
Work around this by manually removing the packages that seem to be
causing the problems.

Signed-off-by: Jeff Epler <jepler@unpythonic.net>
2017-02-22 16:11:20 -06:00
app-defaults resource file to give XEmc the proper appearance 2006-04-16 18:55:24 +00:00
bin Improve ignores 2013-12-01 12:34:11 -06:00
configs gmoccapy_plasma : wron hal pin names 2017-01-23 19:21:54 +01:00
debian LinuxCNC 2.7.8 2016-11-08 21:47:09 -07:00
docs mitsub_vfd -add docs for the VFD driver 2017-02-18 00:38:05 -08:00
gnupg new release key for 2.7 and later 2014-10-22 08:15:19 -06:00
include convert cvs ignores to git ignores 2009-06-20 11:35:29 -05:00
lib gladeVCP - CombiDRO - make it compatible for both 2.7 and master 2017-02-19 13:01:54 +01:00
nc_files Merge remote-tracking branch 'origin/2.6' 2014-08-07 17:20:28 -06:00
rtlib clean up ignores some more 2009-06-20 20:30:13 -05:00
scripts travis: manually uninstal gpl3 readline 2017-02-22 16:11:20 -06:00
share axis.tcl expand tool display widget for tool info 2017-01-01 19:36:59 -07:00
src gladeVCP - CombiDRO - make it compatible for both 2.7 and master 2017-02-19 13:01:54 +01:00
tcl twopass,bugfix: support all ini var substitutions 2016-09-25 12:06:19 -07:00
tests tests: add a test of stat.queued_mdi_commands 2017-02-10 15:02:14 -07:00
.gitattributes request special merge driver for l10n files 2012-03-11 15:38:52 -05:00
.gitignore Added gitignore entries 2014-06-11 14:43:54 -05:00
.travis.yml travis-ci: Disable e-mail notifications 2016-08-14 14:02:38 -05:00
COPYING refer to LinuxCNC and Enhanced Machine Controller 2012-01-21 12:06:13 -06:00
linuxcnc-wizard.gif Rename many user visible parts to "linuxcnc" 2012-01-18 11:25:09 -06:00
linuxcnc.gif Rename many user visible parts to "linuxcnc" 2012-01-18 11:25:09 -06:00
linuxcnc.xcf rebranding 2012-01-20 14:47:49 -06:00
linuxcncicon.png linuxcncmkdesktop: use right command to invoke linuxcnc 2012-01-18 11:32:37 -06:00
README docs: tidy up the top-level README a bit 2014-12-31 08:52:10 -07:00
TODO Docs: update TODO files as best as I can 2012-02-27 19:13:26 -06:00
VERSION LinuxCNC 2.7.8 2016-11-08 21:47:09 -07:00

DISCLAIMER
----------

    THE AUTHORS OF THIS SOFTWARE ACCEPT ABSOLUTELY NO LIABILITY FOR
    ANY HARM OR LOSS RESULTING FROM ITS USE.  IT IS _EXTREMELY_ UNWISE
    TO RELY ON SOFTWARE ALONE FOR SAFETY.  Any machinery capable of
    harming persons must have provisions for completely removing power
    from all motors, etc, before persons enter any danger area.  All
    machinery must be designed to comply with local and national safety
    codes, and the authors of this software can not, and do not, take
    any responsibility for such compliance.


This software is released under the GPLv2, with some parts under the LGPL.
See the file COPYING for more details.


The Build Process
-----------------

Refer to the file 'docs/INSTALL' for information about building and 
running the software.
    

Quickstart
----------

From the top level directory, switch to the source directory:

  cd src

In the source directory, build LinuxCNC:

  [for rtai]
  ./autogen.sh
  ./configure
  [or, for PREEMPT-rt or vanilla kernels:]
  ./autogen.sh
  ./configure --with-realtime=uspace

  make clean
  make
  sudo make setuid

to run the software go back to the top level directory, and issue:

  . scripts/rip-environment
  linuxcnc