getting_started:deploy:deploy_host
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| getting_started:deploy:deploy_host [2021/03/25 08:08] – ursgraf | getting_started:deploy:deploy_host [2023/04/13 09:18] (current) – ursgraf | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| 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.1616656108.txt.gz · Last modified: 2021/03/25 08:08 by ursgraf