Changes between Version 7 and Version 8 of GettingStarted
- Timestamp:
- Sep 24, 2015, 12:03:17 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GettingStarted
v7 v8 3 3 PACPUS is a framework provided as source code so to use it you have to compile it by yourself. 4 4 5 == Compilation, installation and test of PACPUS framework == 6 7 Prerequisites 5 == Prerequisites == 8 6 9 7 This tutorial was validated under a Linux Mint 17.2 distribution. … … 14 12 sudo apt-get update && sudo apt-get install subversion build-essential libboost-all-dev cmake qt5-default qttools5-dev qttools5-dev-tools 15 13 }}} 14 15 == Compilation, installation of PACPUS framework == 16 16 17 17 Then we will get the code and compile it. … … 35 35 Then the build process will start in release and debug modes. If succeeded the script will install the pacpus environment in ''/opt/pacpus'' 36 36 37 == Testing == 38 37 39 To finish we will check the working of the installation 38 40 … … 47 49 If working you will see the !PacpusSensor window on the screen. Of course, as we don't provide a XML configuration file, we will get some errors in the terminal. 48 50 49 Let's to the next tutorial to know how to develop quickly a smallapplication.51 Let's to the tutorials page to know how to develop quickly a new application. 50 52