Browse Source

Update readme

Johannes Kreutz 2 years ago
parent
commit
fb0516adc7
1 changed files with 2 additions and 6 deletions
  1. 2 6
      README.md

+ 2 - 6
README.md

@@ -8,6 +8,7 @@ Git project for my bachelor thesis
 Requirements:
 - A recent C++ Compiler (only `gcc` is tested)
 - The CMake build system
+- Qt 6.1 or newer
 - CPU power ;)
 
 Note: Development on Windows is unsupported.
@@ -16,13 +17,8 @@ To create a development build, clone the repo and go to the `trackpoint-app` fol
 
 Create a new folder `build`.
 
-Qt has to be build separately, we use a script for it. Build Qt by executing `./build-dependencies-first.sh`.
-
-Then, go to the `build` folder and execute `cmake ..`. CMake will download all other required dependencies automatically.
+Then, go to the `build` folder and execute `cmake ..`. CMake will download all required dependencies automatically.
 
 When CMake is done, run `make`. For better performance, run `make -jX` and replace X by the thread count of your machine minus 1.
 
 You should now find the executable `TrackpointApp`.
-
-## Release
-WIP