Skip to content

Commit

Permalink
Changed bullet points indentation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Deep Dhillon authored Dec 21, 2017
1 parent cf86267 commit 51e65e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ WSerial is a Serial Monitor and a Serial Plotter to visualize data from devices
## Development Instructions for Windows
1. Install Open Source Qt from this [link](https://www.qt.io/download-qt-for-application-development)
2. Be sure to select the version of Qt and Qt installer to be >= 5.4. Under the Qt option, you can deselect everything but the following to make the install take up a lot less space:
- `MinGW (gcc for Windows)`: for some reason, the one bundled with Qt is 32-bit only, but this is easy to use and compatible with `GCC`
- `MinGW (gcc for Windows)`: for some reason, the one bundled with Qt is 32-bit only, but this is easy to use and compatible with `GCC`

(and/or)
(and/or)

`MSVC (MS Visual C++)`: have to install this compiler separately from Microsoft, this option only enables support under Qt
- Sources: includes most of the Qt libraries, including the serial port library
- Qt Charts: for the Serial Plotter
`MSVC (MS Visual C++)`: have to install this compiler separately from Microsoft, this option only enables support under Qt
- Sources: includes most of the Qt libraries, including the serial port library
- Qt Charts: for the Serial Plotter

3. Open Qt Creator and drag wserial.pro into the window

Expand Down

0 comments on commit 51e65e0

Please sign in to comment.