Changes between Version 12 and Version 13 of GettingStarted
- Timestamp:
- Sep 25, 2015, 12:12:50 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GettingStarted
v12 v13 53 53 Of course, as we don't provide a XML configuration file, we will get some errors in the terminal. 54 54 55 Let's to the tutorials page to know how to develop quickly a new application. 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 {{{ 57 export PACPUS_ROOT=/opt/pacpus/0.2.0 58 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PACPUS_ROOT/bin 59 }}} 56 60 61 Let's go to the PacpusTutorials page to know how to develop quickly a new application. 62 63 64