LinuxCNC / linuxcnc

LinuxCNC controls CNC machines. It can drive milling machines, lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more.
http://linuxcnc.org/
GNU General Public License v2.0
1.8k stars 1.15k forks source link

Consolidate "how to build" docs #76

Closed SebKuzminsky closed 1 year ago

SebKuzminsky commented 8 years ago

We currently have instructions on how to build LinuxCNC in at least four different places:

Plus many distro-specific build instructions linked from the Installing_LinuxCNC page...

I believe it should be easy to distill these instructions down to a small recipe that works on all our supported platforms, because the buildbot does just that. The instructions should be in our asciidocs, so that they are tracked in git and automatically published on our website. The build instructions should be in the "Developer Information" section, right after "Contributing to LinuxCNC".

The top-level README should not duplicate the information, but should probably point to both the published docs online and to the asciidoc source document in the git working dir.

jepler commented 8 years ago

@SebKuzminsky is your work on this in master branch enough to make you feel this issue can be closed?

SebKuzminsky commented 8 years ago

No, i only did the fun easy part. I still have to do the tedious bits:

luzpaz commented 1 year ago

Is this ticket still relevant ?

SebKuzminsky commented 1 year ago

Thanks for the reminder about this ticket. Since I haven't gotten to those two unchecked checkboxes of remaining work in the past 7 years it seems unlikely that I'll get to them anytime soon... So I'll close this ticket and we can open new tickets for any old build instructions we come across.