Skip to content
This repository has been archived by the owner on Mar 10, 2019. It is now read-only.

Commit

Permalink
Added instruction for running from build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
MFAshby authored Feb 3, 2018
1 parent 5cc3f1c commit b2465cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ Build & install - change the j parameter for your number of CPU cores
make -j8
sudo make install
```

If you want to run from the build directory for development & debugging:
```
./configure --enable-uninstalled-build
make -j8
shell/rhythmbox
```
My VS code configuration is included in this repository if that's what you're using

0 comments on commit b2465cd

Please sign in to comment.