Quote |
The documentation (in the web site) is still not clear. For instance, there are sections on creating uci and tar.gz but none on dsl. Further, the section on uci only talks about modifying an existing uci. |
Quote |
1. Optimal memory use (uci > tag.gx > dsl) 2. Sections of the file system affected: (opt < opt... < all) |
Quote |
For instance: I compiled cvs to allow pulling code from sourceforge. As far as I can tell, the only convenient way to package it is as a .dsl so it can be placed in /usr/bin. (Parenthetically, adding /opt/bin to the default path would ease this problem.) |
Quote |
export PATH=/opt/foobar/usr/share:$PATH export LD_LIBRARY_PATH=/opt/foobar/usr/lib:$LD_LIBRARY_PATH |
Quote (ke4nt1 @ Aug. 14 2005,21:50) |
The wrapper is an easy way to be precise about the path your application needs. export PATH=/opt/foobar/usr/share:$PATH export LD_LIBRARY_PATH=/opt/foobar/usr/lib:$LD_LIBRARY_PATH allowing you to keep the original pathing structure intact under /opt , just like it would be normally in the root file system .. |