User Tools

Site Tools


getting_started:deploy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
getting_started:deploy [2020/01/29 15:11] – [Working on the Host] grafgetting_started:deploy [2021/03/24 11:39] – [Deploy] ursgraf
Line 1: Line 1:
 ====== Deploy ====== ====== Deploy ======
 +
 +  * [[.:deploy_host]]
 ===== Working on the Host ===== ===== Working on the Host =====
 If you are running EEROS on the host machine you can omit deploying to a target machine. However, you have to make sure that the necessary libraries can be found at runtime. We suggest not to install these libraries into your default installation directory. We recommend that you add the directory with your compiled library to your library path with If you are running EEROS on the host machine you can omit deploying to a target machine. However, you have to make sure that the necessary libraries can be found at runtime. We suggest not to install these libraries into your default installation directory. We recommend that you add the directory with your compiled library to your library path with
Line 14: Line 16:
 <code> <code>
 $ sudo LD_LIBRARY_PATH=${LD_LIBRARY_PATH} yourExample $ sudo LD_LIBRARY_PATH=${LD_LIBRARY_PATH} yourExample
 +</code>
 +Alternatively, you could could use
 +<code>
 +$ sudo LD_LIBRARY_PATH=/home/you/work/compiled/install-x86/lib/ yourExample
 </code> </code>
  
getting_started/deploy.txt · Last modified: 2024/06/18 11:54 by ursgraf