Skip to content

Commit

Permalink
[doc] Corrected compiling manual
Browse files Browse the repository at this point in the history
(Closes #1317)
  • Loading branch information
Nightwalker-87 committed Jul 8, 2023
1 parent 2f27e8e commit 682ec38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/compiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ or execute (Debian-based systems only): `apt-get install gcc build-essential cma
4. Run `make install` to full install the package with complete system integration. This might require sudo permissions.
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.
6. Run `make package`to build a Debian Package. The generated packages can be found in the subdirectory `./build/dist`.
6. Run `make package`to build a Debian Package. The generated packages can be found in the subdirectory `./build/Release/dist`.

As an option you may also install to an individual user-defined folder e.g `$HOME` with `make install DESTDIR=$HOME`.

Expand Down

0 comments on commit 682ec38

Please sign in to comment.