Skip to content

Commit 3132f92

Browse files
Update README.md
1 parent 6cb8315 commit 3132f92

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HDPS
1+
# HDPS (Version 0.3)
22

33
## Introduction
44

@@ -19,15 +19,15 @@ Additionally, a complementary public library is generated which provides:
1919

2020
## Requirements
2121

22-
* Qt 5.13 (https://www.qt.io/download)
22+
* Qt 6.2+ (https://www.qt.io/download)
2323

2424
## Documentation
25-
Documentation of the system is automatically generated by [Doxygen](http://www.doxygen.nl/) and available [here]().
25+
Documentation of the system is automatically generated by [Doxygen](http://www.doxygen.nl/) and available [here](hdps.github.io/documentation).
2626

27-
## Usage
27+
## Developer Usage
2828

29-
1. Make sure Qt 5.13 is installed on your system and is added to your Path environment variable.
30-
2. Retrieve the latest HDPS executable from [here](https://github.com/hdps/PublicWiki/releases/tag/v0.0.1)
29+
1. Make sure Qt 6.2 or greater is installed on your system and is added to your Path environment variable.
30+
2. Retrieve the latest HDPS executable from [here](https://github.com/hdps/PublicWiki/releases/tag/v0.0.3)
3131
3. Download the .zip file and extract it on your computer
3232
4. Add a user environment variable called `HDPS_INSTALL_DIR` that points to the `HDPS` folder.
3333
5. Continue to write your first [plugin](https://github.com/hdps/PublicWiki/wiki/Writing-your-first-Plugin)

0 commit comments

Comments
 (0)