No description
  • C 40.2%
  • C++ 30.6%
  • Python 16.8%
  • Tcl 8.7%
  • Shell 1.2%
  • Other 2.4%
Find a file
2013-06-19 22:23:07 -05:00
app-defaults resource file to give XEmc the proper appearance 2006-04-16 18:55:24 +00:00
bin make it easier to profile axis 2010-03-11 16:17:10 -06:00
configs sim configs: use names= for sim components 2013-04-07 12:25:20 -05:00
debian 2.5.2 Release 2013-03-03 17:10:04 -06:00
docs add kins to block diagram 2013-06-19 22:23:07 -05:00
include convert cvs ignores to git ignores 2009-06-20 11:35:29 -05:00
lib/python gladevcp -add missing library import 2013-01-19 00:40:48 -08:00
nc_files ngcgui utilitysubs duplicate labels fix 2012-12-23 12:38:55 -06:00
rtlib clean up ignores some more 2009-06-20 20:30:13 -05:00
scripts linuxcnc script: add -r for runtests 2013-06-19 07:57:02 -06:00
share axis: fix state of reload button 2013-04-18 09:21:17 -05:00
src linuxcncrsh arch debugging 2013-06-19 16:46:33 -06:00
tcl twopass.tcl: improve error reporting 2013-03-05 09:11:52 -06:00
tests turn on output from all "unreliable" tests and unskip 2013-06-19 08:01:50 -06:00
.gitattributes request special merge driver for l10n files 2012-03-11 15:38:52 -05:00
.gitignore use a more specific ignore pattern 2012-03-16 20:21:15 -05:00
Bug-notes bug: linuxcncsvr startup is wonky 2013-06-19 22:09:25 -05:00
COPYING refer to LinuxCNC and Enhanced Machine Controller 2012-01-21 12:06:13 -06:00
directory.map Rename many user visible parts to "linuxcnc" 2012-01-18 11:25:09 -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 don't give bad configure advise to users 2013-04-04 15:59:03 -06:00
TODO Docs: update TODO files as best as I can 2012-02-27 19:13:26 -06:00
VERSION 2.5.2 Release 2013-03-03 17:10:04 -06:00

DISCLAIMER
----------

   THE AUTHORS OF THIS LIBRARY 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.


Mission Statement
-----------------

LinuxCNC is an offshoot of the original NIST Enhanced Machine
Controller.  The new version is (primarily) a GPL'd project.
The major goals are:

1)  Make the project more friendly to new developers.  This
    means a simpler build process, as well as other changes
    listed below. (DONE)

2)  Reduce complexity by eliminating support for platforms
    other than Linux on x86, with either RTAI or RTLinux for
    realtime. (DONE)

3)  Incorporate a Hardware Abstraction Layer that makes the
    realtime code more modular and allows pins and I/O devices
    to be reconfigured easily. (DONE)

4)  Add some of the features that were discussed at the 2003
    NAMES show on EMC Monday - these include rigid tapping
    and single point threading, improved contouring, a built-
    in PLC using ClassicLadder, and others. (mostly DONE, yet
    new features will constantly be added)


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

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

Directory Layout
----------------

The directory tree for LinuxCNC is documented in 'directory.map' in the
top level directory.


    COPYING - this software is released under the GPL, 
              with some parts under the LGPL

Please also see the files in docs/

    README  - general information
    INSTALL - information about compiling and installing the software
    AUTHORS - information about authors
    NEWS    - latest news


Quickstart:
-----------

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

  cd src

In the source directory, build LinuxCNC:

  ./configure
  [or, if you do not have a realtime kernel:]
  ./configure --enable-simulator

  make clean
  make
  sudo make setuid

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

  . scripts/rip-environment
  linuxcnc