You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/code/building-linuxcnc.adoc
+16-22Lines changed: 16 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ Building for Run-In-Place follows the steps in the <<Quick-Start,Quick Start>> s
164
164
possibly with different arguments to `src/configure` and `make`.
165
165
166
166
[[src-configure-arguments]]
167
-
==== `src/configure` arguments
167
+
.`src/configure` arguments
168
168
169
169
The `src/configure` script configures how the source code will be compiled.
170
170
It takes many optional arguments.
@@ -201,7 +201,7 @@ The most commonly used arguments are:
201
201
The building of the translated documentation takes a huge amount of time, so it is recommend to skip that if not really needed.
202
202
203
203
[[make-arguments]]
204
-
==== `make` arguments
204
+
.`make`
205
205
206
206
The `make` command takes two useful optional arguments.
207
207
@@ -258,7 +258,6 @@ that are detailed below:
258
258
as described in the section <<Satisfying-Build-Dependencies,Satisfying Build Dependencies>>.
259
259
* file in debian folder need to be complete that describe the package
260
260
261
-
<<<<<<< HEAD
262
261
Build tools have been gathered as a virtual package named `build-essential`. To install it, run:
263
262
264
263
----
@@ -274,9 +273,7 @@ $ cd linuxcnc-dev
274
273
$ ./debian/configure
275
274
----
276
275
277
-
[NOTE]
278
-
====
279
-
The `debian/configure` script is different from the `src/configure` script!
276
+
[NOTE]: The `debian/configure` script is different from the `src/configure` script!
280
277
281
278
The `debian/configure` accepts arguments depending on the platform you are building on/for,
282
279
see the <<debian-configure-arguments, `debian/configure` arguments>> section.
@@ -293,23 +290,20 @@ $ dpkg-buildpackage -b -uc
293
290
294
291
[NOTE]
295
292
====
296
-
`dpkg-buildpackage` needs to run from the root of the source tree, which you mave have named `linuxcnc-source-dir`, *not* from within `linuxcnc-source-dir/debian`. +
297
-
`dpkg-buildpackage` takes an optional argument ``-j``_N_ (where _N_ is a number). This enables to run multiple jobs simultaneously.
293
+
`dpkg-buildpackage` needs to run from the root of the source tree, which you mave have named `linuxcnc-source-dir`, *not* from within `linuxcnc-source-dir/debian`.
294
+
`dpkg-buildpackage` takes an optional argument ``-j``__N__ (where _N_ is a number). This enables to run multiple jobs simultaneously.
If in doubt about what a particular package of a build-dep may be providing, check out the package's description with ``apt-cache show`` _packagename_.
389
383
390
-
==== Options for `dpkg-buildpackage`
384
+
.Options for `dpkg-buildpackage`
391
385
392
386
For a typical Debian package to build, you would run dpkg-buildpackage without any arguments.
393
387
As introduced above, the command has two extra options passed to it.
0 commit comments