File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,17 +68,17 @@ QML related:
68681 . Install the following dependencies:
6969- [ patchelf] ( https://github.com/NixOS/patchelf )
7070- [ cimg] ( https://cimg.eu/ )
71- - optional - disable it with ` USE_CCACHE ` cmake var: [ ccache] ( https://ccache.dev/ )
71+ - optional - disable it with ` USE_CCACHE=OFF ` cmake var: [ ccache] ( https://ccache.dev/ )
72722 . [ Fork this repository and clone it] ( https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo ) .
73733 . Initiate the git submodules.
7474```
75- cd <forked linux-deply -qt>
75+ cd <forked linux-deploy -qt>
7676git submodule update --init --recursive
7777```
78- 4 . Create the build folder and built it.
78+ 4 . Create the build folder and build it.
7979```
8080mkdir <build folder>
8181cd <build folder
82- cmake ../<forked linux-deply -qt> -DUSE_CCACHE=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING=ON -DSTATIC_BUILD=ON
82+ cmake ../<forked linux-deploy -qt> -DUSE_CCACHE=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING=ON -DSTATIC_BUILD=ON
8383make
8484```
You can’t perform that action at this time.
0 commit comments