Folder layout again

  • Thread starter Victor \Zverok\ Shepelev
  • Start date
V

Victor \Zverok\ Shepelev

Hi all.

The question is: there are several small libraries (libA, libB, libC..) with
dependencies of each other. For distributing them, I do something like (if
libA depends on libB, the distributions would look):

libA/
ext
doc
lib
...
redist/
ext/
libB.so
lib/
libB.rb
libB/
*.rb of libB

But, when I have additionally libC depending on libA, the structures became
like

libC/lib/redist/lib/libA/lib/redist/lib/libB ....

which doesn't look cool at al.

what's the normal practice for distributing libraries with complex
dependencies, and not to require user to install (end even know about)
dependant libraries?

Thanks.

V.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,230
Messages
2,571,161
Members
47,794
Latest member
LucretiaEl

Latest Threads

Top