Changes between Version 7 and Version 8 of GettingStarted


Ignore:
Timestamp:
Sep 24, 2015, 12:03:17 PM (9 years ago)
Author:
DHERBOMEZ Gérald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GettingStarted

    v7 v8  
    33PACPUS is a framework provided as source code so to use it you have to compile it by yourself.
    44
    5 == Compilation, installation and test of PACPUS framework ==
    6 
    7 Prerequisites
     5== Prerequisites ==
    86
    97This tutorial was validated under a Linux Mint 17.2 distribution.
     
    1412sudo apt-get update && sudo apt-get install subversion build-essential libboost-all-dev cmake qt5-default qttools5-dev qttools5-dev-tools
    1513}}}
     14
     15== Compilation, installation of PACPUS framework ==
    1616
    1717Then we will get the code and compile it.
     
    3535Then the build process will start in release and debug modes. If succeeded the script will install the pacpus environment in ''/opt/pacpus''
    3636
     37== Testing ==
     38
    3739To finish we will check the working of the installation
    3840
     
    4749If 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.
    4850
    49 Let's to the next tutorial to know how to develop quickly a small application.
     51Let's to the tutorials page to know how to develop quickly a new application.
    5052