deleted files weren't added to last commit
[profile/ivi/smartdevicelink.git] / doc / qnx_build.txt
1 Building the project
2 cmake -DCMAKE_TOOLCHAIN_FILE=../applink/qnx_6.5.0_linux_x86.cmake ../applink
3 or for Momentics project:
4 cmake -DCMAKE_TOOLCHAIN_FILE=../applink/qnx_6.5.0_linux_x86.cmake -G "Eclipse CDT4 - Unix Makefiles" ../applink
5
6 Building with support D-Bus and Qt 4.8
7 Install D-Bus (see https://adc.luxoft.com/confluence/x/0AHJDw)
8 Install Qt 4.8 (see https://adc.luxoft.com/confluence/x/UwfJDw)
9 cmake -DHMI2=ON -DCMAKE_TOOLCHAIN_FILE=../applink/qnx_6.5.0_linux_x86.cmake ../applink
10 or for Momentics project:
11 cmake -DHMI2=ON -DCMAKE_TOOLCHAIN_FILE=../applink/qnx_6.5.0_linux_x86.cmake -G "Eclipse CDT4 - Unix Makefiles" ../applink
12
13 make
14 make install
15
16 Running project:
17 Change server IP in configuration file to QNX target IP.
18 Copy directory bin to QNX target.
19 You can copy it using scp. Example:
20 scp -r user_name@linux_pc_ip:/full_path/to/dir .
21
22 For Web HMI set target IP in ini file and change target IP in src/components/HMI/ffw/RPCClient.js
23 ! Currently we don't have any configuration file for HMI.
24
25 Execute smartDeviceLinkCore on QNX qtarget.
26 Execute HMI on Linux PC (only Web HMI).
27
28 Have fun!