Changes between Version 3 and Version 4 of GettingStarted
- Timestamp:
- Sep 23, 2015, 9:47:16 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GettingStarted
v3 v4 33 33 Then the compîlation will start in release and debug modes. If succeeded the script will install the pacpus environment in /opt/pacpus 34 34 35 T Ofinish we will check the working of the installation35 To finish we will check the working of the installation 36 36 37 {{{ 37 38 sudo chown -R $USER /opt/pacpus 38 39 cd /opt/pacpus/0.2.0/bin 40 export PACPUS_ROOT=/opt/pacpus/0.2.0/bin 39 41 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PACPUS_ROOT/bin 40 42 ./PacpusSensor 43 }}} 41 44 42 45 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.