Which libraries to include in pnd?


sm0kew0n

Very Active Member
Joined
Apr 13, 2016
Messages
372
Location
Hiigara
As the title says really, is there a way to know which libs to include in the pnd, and which will be part of the user's system?

I've built EmulationStation using codeblocks command line and ptitSeb's gl4es, ldd tells me there are 45 libs all contained inside codeblocks. Do I manual have to figure out which to include and which are on my system, surely not everyone will have gl4es installed....?

Sorry if it's a dumb Q.
 
As the title says really, is there a way to know which libs to include in the pnd, and which will be part of the user's system?

I've built EmulationStation using codeblocks command line and ptitSeb's gl4es, ldd tells me there are 45 libs all contained inside codeblocks. Do I manual have to figure out which to include and which are on my system, surely not everyone will have gl4es installed....?

Sorry if it's a dumb Q.
There is a script in codeblocks called "copy_libs.sh" that do that. Use it from the "lib" folder of the PND pointing it the the binary you want to copy the libs for, and it will copy all libs needed.
 
Back
Top