No description
Find a file
2012-05-08 14:32:14 -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 foam: use appropriate file in place of splash screen 2012-05-08 14:25:32 -05:00
debian Merge branch 'v2.5_branch' 2012-04-02 11:14:19 -05:00
docs interp: firm up O-word handling 2012-04-22 17:42:01 +02:00
include convert cvs ignores to git ignores 2009-06-20 11:35:29 -05:00
lib/python axis: Add XY grid lines to preview 2012-05-08 14:32:14 -05:00
nc_files Merge branch 'v2.5_branch' 2012-04-02 11:14:19 -05:00
rtlib clean up ignores some more 2009-06-20 20:30:13 -05:00
scripts Merge branch 'v2.5_branch' 2012-04-04 12:07:51 -06:00
share axis: Add XY grid lines to preview 2012-05-08 14:32:14 -05:00
src axis: Add XY grid lines to preview 2012-05-08 14:32:14 -05:00
tcl Merge remote-tracking branch 'origin/v2.5_branch' 2012-03-16 19:55:22 -05:00
tests tests: show correct sequence number tracking in oword subroutines 2012-04-20 01:02:36 +02: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
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 refer to LinuxCNC 2012-01-21 12:03:49 -06:00
TODO Docs: update TODO files as best as I can 2012-02-27 19:13:26 -06:00
VERSION 2.5.0 release 2012-03-31 12:29:09 -05: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 --enable-run-in-place
  [or, if you do not have a realtime kernel:]
  ./configure --enable-run-in-place --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