diff options
author | Nikita Vaganov <nvaganov@luxoft.com> | 2014-06-03 19:12:25 +0400 |
---|---|---|
committer | Nikita Vaganov <nvaganov@luxoft.com> | 2014-06-03 19:12:25 +0400 |
commit | 6dbad69d8c0c5c2378a633ff49da4ba8f1bd441e (patch) | |
tree | 040e501101d4bf1eb0daeb54083f2704e3056009 /build_and_run_steps.txt | |
parent | c9d938db4205873c9ca94d420b25a63b7cb6b5fa (diff) | |
download | smartdevicelink-6dbad69d8c0c5c2378a633ff49da4ba8f1bd441e.tar.gz |
build and run steps updated
Diffstat (limited to 'build_and_run_steps.txt')
-rw-r--r-- | build_and_run_steps.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/build_and_run_steps.txt b/build_and_run_steps.txt index 3181fe372..1617c2ad9 100644 --- a/build_and_run_steps.txt +++ b/build_and_run_steps.txt @@ -105,7 +105,11 @@ 5.4. For Linux with QML HMI run command "mkdir <Project_Linux_Build_Qt> && cd <Project_Linux_Build_Qt> "cmake <Project_Root_Src> -DEXTENDED_MEDIA_MODE=ON -DHMI=qt". - 5.5. Run build process “make install” in previous directory. + 5.5. To build and install 3rd party libs run + "make 3rd_party" + "sudo make install-3rd_party" + Note: this step has to be done just once for each combination of target system (Linux/QNX) and CPU architecture (x86/armv7). + 5.6. Run build process “make install” in previous directory. ========================================================================================================== 6. Common run on Linux host (SDL + HMI). |