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
Build tools have been gathered as a virtual package named `build-essential`. To install it, run:
262
262
263
-
[source,console]
263
+
[source]
264
264
----
265
265
$ sudo apt-get install build-essential
266
266
----
@@ -269,7 +269,7 @@ Once those prerequisites are met, building the Debian packages consists of two s
269
269
270
270
The first step is generating the Debian package scripts and meta-data from the git repo by running this:
271
271
272
-
[source,console]
272
+
[source]
273
273
----
274
274
$ cd linuxcnc-dev
275
275
$ ./debian/configure
@@ -287,7 +287,7 @@ to minimize latencies.
287
287
288
288
Once the Debian package scripts and meta-data are configured, build the package by running `dpkg-buildpackage`:
289
289
290
-
[source,console]
290
+
[source]
291
291
----
292
292
$ dpkg-buildpackage -b -uc
293
293
----
@@ -353,7 +353,7 @@ You can use this meta-data to easily list the required packages missing from you
353
353
First, go to the source tree of LinuxCNC and initiate its default self-configuration,
354
354
if not already performed:
355
355
356
-
[source,console]
356
+
[source]
357
357
-----
358
358
$ cd linuxcnc-dev
359
359
$ ./debian/configure
@@ -366,7 +366,7 @@ the build-dependencies for those to-be-created packages.
366
366
The most straightforward way to get all build-dependencies installed is to just
367
367
execute (from the same directory):
368
368
369
-
[source,console]
369
+
[source]
370
370
----
371
371
sudo apt-get build-dep .
372
372
----
@@ -386,7 +386,7 @@ what's missing.
386
386
387
387
First, install the `dpkg-checkbuilddeps` program by running:
388
388
389
-
[source,console]
389
+
[source]
390
390
----
391
391
$ sudo apt-get install dpkg-dev
392
392
----
@@ -406,7 +406,7 @@ If you are new to Linux and git version management, a clean start may be prefera
406
406
The `dpkg-checkbuilddeps` (also from the dpkg-dev package that is installed as part of the build-essential dependencies) program
407
407
can be asked to do its job (note that it needs to run from the `linuxcnc-source-dir` directory, *not* from `linuxcnc-source-dir/debian`):
408
408
409
-
[source,console]
409
+
[source]
410
410
----
411
411
$ dpkg-checkbuilddeps
412
412
----
@@ -444,7 +444,7 @@ Set it to
444
444
You should not set this option to gain some extra confidence in your build to perform as expected unless you are running into mere technical difficulties with the test-specific software dependencies.
445
445
446
446
An environment variable can be set together with the execution of the command, e.g.
0 commit comments