remove note block from compiling docs note

pull/1259/head
Jeroen de Bruijn 2022-07-15 08:16:57 +02:00
rodzic 9f0521016c
commit 87b21219a2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 46E51D6221173161
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -125,7 +125,7 @@ or execute (Debian-based systems only): `apt-get install gcc build-essential cma
The debug target is only necessary in order to modify the sources and to run under a debugger.
6. Run `make package`to build a Debian Package. The generated packages can be found in the subdirectory `./build/dist`.
> **Note** As an option you may also install to an individual user-defined folder e.g `$HOME` with `make install DESTDIR=$HOME`.
As an option you may also install to an individual user-defined folder e.g `$HOME` with `make install DESTDIR=$HOME`.
#### Removal:
@ -219,7 +219,7 @@ To do this with only one simple command, type:
5. Run `make debug` to create the _Debug_ target (_optional_)<br />
The debug target is only necessary in order to modify the sources and to run under a debugger.
> **Note** As an option you may also install to an individual user-defined folder e.g `$HOME` with `make install DESTDIR=$HOME`.
As an option you may also install to an individual user-defined folder e.g `$HOME` with `make install DESTDIR=$HOME`.
## Build options