Changes between Version 15 and Version 16 of GettingStarted


Ignore:
Timestamp:
Jan 5, 2016, 10:11:28 AM (9 years ago)
Author:
DHERBOMEZ Gérald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GettingStarted

    v15 v16  
    2323mkdir dev && mkdir dev/pacpus
    2424cd dev/pacpus
    25 svn co https://devel.hds.utc.fr/svn/pacpusframework/tags/0.2.2 pacpusframework
     25svn co https://devel.hds.utc.fr/svn/pacpusframework/tags/0.2.3 pacpusframework
    2626cd pacpusframework/build
    2727./build_linux.sh
     
    4141{{{
    4242sudo chown -R $USER /opt/pacpus
    43 cd /opt/pacpus/0.2.0/bin
    44 export PACPUS_ROOT=/opt/pacpus/0.2.0
     43cd /opt/pacpus/0.2.3/bin
     44export PACPUS_ROOT=/opt/pacpus/0.2.3
    4545export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PACPUS_ROOT/bin
    4646./PacpusSensor
     
    5555If you don't want to worry about the setting of the environment variables PACPUS_ROOT and LD_LIBRARY_PATH every day, you can write the following lines in your ~/.bashrc
    5656{{{
    57 export PACPUS_ROOT=/opt/pacpus/0.2.0
     57export PACPUS_ROOT=/opt/pacpus/0.2.3
    5858export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PACPUS_ROOT/bin
    5959}}}