No description
Find a file
2018-01-21 14:49:13 -07: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 fix paramter/parameter typos all over 2018-01-21 14:49:13 -07:00
debian packaging: add Keywords to all .desktop files 2018-01-18 08:12:31 -07:00
docs fix paramter/parameter typos all over 2018-01-21 14:49:13 -07: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 fix recieved/received typos all over 2018-01-21 14:49:13 -07:00
nc_files fix paramter/parameter typos all over 2018-01-21 14:49:13 -07:00
rtlib clean up ignores some more 2009-06-20 20:30:13 -05:00
scripts sim_pin: improve help for signals with no writers 2017-08-14 10:51:41 -07:00
share Merge 'origin/dgarr/268' into 2.7 2017-12-04 11:19:19 -07:00
src fix paramter/parameter typos all over 2018-01-21 14:49:13 -07:00
tcl pickconfig.tcl: support auxiliary example configs 2017-02-19 11:53:07 -07:00
tests tests: protect sim.var file, dpkg removes *.orig 2018-01-17 09:21:20 -07:00
.gitattributes request special merge driver for l10n files 2012-03-11 15:38:52 -05:00
.gitignore git: ignore files generated by intltool-extract 2017-09-05 07:45:45 -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.11 2017-07-27 22:37:30 -06: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