No description
Find a file
2017-07-25 22:02:09 -05: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 - limit led without off color 2017-04-21 09:12:13 +02:00
debian LinuxCNC v2.7.10 release 2017-07-18 21:04:42 -06:00
docs Merge pull request #288 from jepler/welcome-to-github 2017-07-24 16:12:12 -05: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 - raise SystemExit Error does not allow to load file with Glade 2017-07-10 19:55:44 +02:00
nc_files rectangle_probe.ngc fix typo for reported #<probez> 2017-04-01 19:55:23 -07:00
rtlib clean up ignores some more 2009-06-20 20:30:13 -05:00
scripts Merge origin/aux_gladevcp_apps_v2 into z_2.7 2017-03-08 06:10:44 -07:00
share axis: avoid unbounded memory growth in text widgets on stretch 2017-03-16 22:56:54 -05:00
src Merge pull request #288 from jepler/welcome-to-github 2017-07-24 16:12:12 -05:00
tcl pickconfig.tcl: support auxiliary example configs 2017-02-19 11:53:07 -07:00
tests tests: make timeouts simpler & smarter in halui/jogging test 2017-06-18 13:45:28 -06: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 try opting in to trusty to see what happens 2017-07-25 22:02:09 -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 v2.7.10 release 2017-07-18 21:04:42 -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