Changes between Version 15 and Version 16 of GettingStarted
- Timestamp:
- Jan 5, 2016, 10:11:28 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GettingStarted
v15 v16 23 23 mkdir dev && mkdir dev/pacpus 24 24 cd dev/pacpus 25 svn co https://devel.hds.utc.fr/svn/pacpusframework/tags/0.2. 2pacpusframework25 svn co https://devel.hds.utc.fr/svn/pacpusframework/tags/0.2.3 pacpusframework 26 26 cd pacpusframework/build 27 27 ./build_linux.sh … … 41 41 {{{ 42 42 sudo chown -R $USER /opt/pacpus 43 cd /opt/pacpus/0.2. 0/bin44 export PACPUS_ROOT=/opt/pacpus/0.2. 043 cd /opt/pacpus/0.2.3/bin 44 export PACPUS_ROOT=/opt/pacpus/0.2.3 45 45 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PACPUS_ROOT/bin 46 46 ./PacpusSensor … … 55 55 If 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 56 56 {{{ 57 export PACPUS_ROOT=/opt/pacpus/0.2. 057 export PACPUS_ROOT=/opt/pacpus/0.2.3 58 58 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PACPUS_ROOT/bin 59 59 }}}