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
256
263
-
[source,console]
264
257
----
265
258
$ sudo apt-get install build-essential
266
259
----
@@ -269,7 +262,6 @@ Once those prerequisites are met, building the Debian packages consists of two s
269
262
270
263
The first step is generating the Debian package scripts and meta-data from the git repo by running this:
271
264
272
-
[source,console]
273
265
----
274
266
$ cd linuxcnc-dev
275
267
$ ./debian/configure
@@ -287,7 +279,6 @@ to minimize latencies.
287
279
288
280
Once the Debian package scripts and meta-data are configured, build the package by running `dpkg-buildpackage`:
289
281
290
-
[source,console]
291
282
----
292
283
$ dpkg-buildpackage -b -uc
293
284
----
@@ -353,7 +344,6 @@ You can use this meta-data to easily list the required packages missing from you
353
344
First, go to the source tree of LinuxCNC and initiate its default self-configuration,
354
345
if not already performed:
355
346
356
-
[source,console]
357
347
-----
358
348
$ cd linuxcnc-dev
359
349
$ ./debian/configure
@@ -366,7 +356,6 @@ the build-dependencies for those to-be-created packages.
366
356
The most straightforward way to get all build-dependencies installed is to just
367
357
execute (from the same directory):
368
358
369
-
[source,console]
370
359
----
371
360
sudo apt-get build-dep .
372
361
----
@@ -386,7 +375,6 @@ what's missing.
386
375
387
376
First, install the `dpkg-checkbuilddeps` program by running:
388
377
389
-
[source,console]
390
378
----
391
379
$ sudo apt-get install dpkg-dev
392
380
----
@@ -406,7 +394,6 @@ If you are new to Linux and git version management, a clean start may be prefera
406
394
The `dpkg-checkbuilddeps` (also from the dpkg-dev package that is installed as part of the build-essential dependencies) program
407
395
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
396
409
-
[source,console]
410
397
----
411
398
$ dpkg-checkbuilddeps
412
399
----
@@ -444,7 +431,6 @@ Set it to
444
431
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
432
446
433
An environment variable can be set together with the execution of the command, e.g.
0 commit comments