Changes between Version 45 and Version 46 of DRM4G/Tutorial
- Timestamp:
- Jun 27, 2016 3:30:05 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/Tutorial
v45 v46 12 12 {{{ 13 13 #!sh 14 [user@mycomputer~]$ wget --no-check-certificate https://meteo.unican.es/work/DRM4G/ install.sh14 [user@mycomputer~]$ wget --no-check-certificate https://meteo.unican.es/work/DRM4G/drm4g_bootstrap.sh 15 15 }}} 16 16 … … 19 19 {{{ 20 20 #!sh 21 [user@mycomputer~]$ bash ./ install.sh --dir $HOME21 [user@mycomputer~]$ bash ./drm4g_bootstrap.sh --dir $HOME 22 22 23 23 ========================== … … 42 42 environment with the command: 43 43 44 ./home/user/drm4g/bin/drm4g_init.sh44 source /home/user/drm4g/bin/drm4g_init.sh 45 45 46 46 You need to run the above command on every new shell you … … 54 54 {{{ 55 55 #!sh 56 [user@mycomputer~]$ .$HOME/drm4g/bin/drm4g_init.sh56 [user@mycomputer~]$ source $HOME/drm4g/bin/drm4g_init.sh 57 57 }}} 58 58 1. Start up DRM4G :