No description
Find a file
2012-03-11 15:38:52 -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 gladevcp/examples: show usage of on_unix_signal 2012-02-13 16:19:48 +01:00
debian add missing dependency for haltcl/halrun -T 2012-01-27 15:52:08 -06:00
docs Docs: fix broken link 2012-03-10 07:46:50 -06:00
include convert cvs ignores to git ignores 2009-06-20 11:35:29 -05:00
lib/python gladevcp -change default view to perspective (p) 2012-02-06 01:24:20 -08:00
nc_files fix white space error 2011-12-31 05:36:58 -06:00
rtlib clean up ignores some more 2009-06-20 20:30:13 -05:00
scripts commandline compatibility script 2012-01-22 12:55:23 -06:00
share refer to LINUXCNC_TCL_DIR 2012-01-21 10:13:37 -06:00
src Merge lamp:/usr/src/weblate/repos/linuxcnc/linuxcnc-25 into v2.5_branch 2012-03-11 15:38:23 -05:00
tcl pickconfig: rebranded install: notice old install 2012-02-03 11:12:29 -06:00
tests refer to linuxcncrsh 2012-01-21 10:13:36 -06:00
.gitattributes request special merge driver for l10n files 2012-03-11 15:38:52 -05:00
.gitignore remove obsolete and misplaced ignore of emc2-dev.files 2012-01-26 08:50:14 -07: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-pre2 test release 2011-09-22 10:51:14 -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