diff options
Diffstat (limited to 'src/qt/README.md')
-rw-r--r-- | src/qt/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/README.md b/src/qt/README.md index 124f08e8fa..3ecdd0888e 100644 --- a/src/qt/README.md +++ b/src/qt/README.md @@ -11,7 +11,7 @@ When following your systems build instructions, make sure to install the `Qt` de To run: ```sh -./src/qt/bitcoin-qt +./build/src/qt/bitcoin-qt ``` ## Files and Directories @@ -99,7 +99,7 @@ sudo apt-get install qtcreator #### Setup Qt Creator 1. Make sure you've installed all dependencies specified in your systems build instructions -2. Follow the compile instructions for your system, run `./configure` with the `--enable-debug` flag +2. Follow the compile instructions for your system, adding the `-DCMAKE_BUILD_TYPE=Debug` build flag 3. Start Qt Creator. At the start page, do: `New` -> `Import Project` -> `Import Existing Project` 4. Enter `bitcoin-qt` as the Project Name and enter the absolute path to `src/qt` as Location 5. Check over the file selection, you may need to select the `forms` directory (necessary if you intend to edit *.ui files) |