Skip to content
Snippets Groups Projects
Commit d4fc5efa authored by Florent Gluck's avatar Florent Gluck
Browse files

kdbg: forgot to mention to source prefix.sh before running kdbg

parent 9632a4e2
No related branches found
No related tags found
No related merge requests found
......@@ -28,3 +28,13 @@ Install Kdbg. If you want to do a system-wide install, the command below must be
make install
```
To run `kdbg`, simply type `kdbg`.
If you specified an install prefix during the cmake step above (with `-DCMAKE_INSTALL_PREFIX`), then you'll need to source `prefix.sh` before running `kdbg` otherwise it won't work properly:
```
cp prefix.sh install_dir/kdbg
source install_dir/kdbg
install_dir/kdg
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment