getting_started:deploy:deploy_host
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| getting_started:deploy:deploy_host [2021/03/24 11:42] – external edit 127.0.0.1 | getting_started:deploy:deploy_host [2023/04/13 09:18] (current) – ursgraf | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| </ | </ | ||
| - | To give an example: If you compiled EEROS together with the simulator wrapper library and installed them locally into /// | + | To give an example: If you compiled EEROS together with the simulator wrapper library and installed them locally into /// |
| < | < | ||
| - | $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/ | + | $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/ |
| </ | </ | ||
| Please keep in mind that this path setting is valid for the current shell. As soon as you start a new shell, you have to repeat the step. \\ | Please keep in mind that this path setting is valid for the current shell. As soon as you start a new shell, you have to repeat the step. \\ | ||
| There is one more difficulty. If you start your application with '' | There is one more difficulty. If you start your application with '' | ||
| < | < | ||
| - | $ sudo LD_LIBRARY_PATH=${LD_LIBRARY_PATH} yourExample | + | $ sudo LD_LIBRARY_PATH=${LD_LIBRARY_PATH} |
| </ | </ | ||
| Alternatively, | Alternatively, | ||
| < | < | ||
| - | $ sudo LD_LIBRARY_PATH=/ | + | $ sudo LD_LIBRARY_PATH=/ |
| </ | </ | ||
| - | Continue with the first example | + | ===== Examples ===== |
| + | |||
| + | If you have followed | ||
| + | |||
| + | < | ||
| + | $ cd ~/ | ||
| + | $ ./ | ||
| + | </ | ||
| + | No root privileges and no other libraries are necessary. | ||
| + | |||
| + | If you want to run the built-in examples of EEROS | ||
| + | < | ||
| + | $ cd ~/ | ||
| + | $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/ | ||
| + | $ ./ | ||
| + | </ | ||
| + | No root privileges are necessary but you have to set your library path. | ||
| + | |||
| + | < | ||
| + | $ sudo LD_LIBRARY_PATH=${LD_LIBRARY_PATH} ./ | ||
| + | </ | ||
| + | You need root privileges and have to pass your library path. | ||
| + | |||
| + | < | ||
| + | $ cd ~/ | ||
| + | $ sudo LD_LIBRARY_PATH=${LD_LIBRARY_PATH} ./ | ||
| + | </ | ||
| + | You need root privileges and the eeros and simulator libraries must be found. Further, you have to specify a hardware configuration file. | ||
| + | |||
| + | Continue with having a closer look at the examples in EEROS as described in [[getting_started: | ||
getting_started/deploy/deploy_host.1616582532.txt.gz · Last modified: 2021/03/24 11:42 by 127.0.0.1