Changes between Version 3 and Version 4 of GettingStarted


Ignore:
Timestamp:
Sep 23, 2015, 9:47:16 PM (9 years ago)
Author:
DHERBOMEZ Gérald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GettingStarted

    v3 v4  
    3333Then the compîlation will start in release and debug modes. If succeeded the script will install the pacpus environment in /opt/pacpus
    3434
    35 TO finish we will check the working of the installation
     35To finish we will check the working of the installation
    3636
     37{{{
    3738sudo chown -R $USER /opt/pacpus
    3839cd /opt/pacpus/0.2.0/bin
     40export PACPUS_ROOT=/opt/pacpus/0.2.0/bin
    3941export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PACPUS_ROOT/bin
    4042./PacpusSensor
     43}}}
    4144
    4245If 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.