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 10:59] – ursgraf | getting_started:deploy:deploy_host [2023/04/13 09:18] (current) – ursgraf | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| </ | </ | ||
| - | ==== Examples ==== | + | ===== Examples |
| - | Continue with the first example | + | 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.1616666347.txt.gz · Last modified: 2021/03/25 10:59 by ursgraf