Fixes some basic grammatical mistakes (#3053)

This commit is contained in:
Niko
2021-07-31 11:03:07 +00:00
committed by GitHub
parent 986b2937d7
commit bbe7849240
5 changed files with 64 additions and 65 deletions
+4 -3
View File
@@ -10,6 +10,7 @@ FreeBSD 13.0-CURRENT.
1. Install build dependencies from package sources (or build from the
ports tree): `# pkg install qt5-core qt5-multimedia qt5-svg qt5-qmake qt5-buildtools gstreamer-plugins-good boost-libs rapidjson`
1. go into project directory
1. create build folder `$ mkdir build && cd build`
1. `$ qmake .. && make`
1. Go into the project directory
1. Create a build folder and go into it (`mkdir build && cd build`)
1. Proceed to compiling using the command
`qmake .. && make`