[Mono-list] Bundling up/deploying a mono application with shared libraries?

Cole Orton coleorton at gmail.com
Wed Oct 23 20:25:27 UTC 2013


I've got a start script that looks like this:

#!/bin/sh
export
DYLD_LIBRARY_PATH=/mnt/hgfs/coleorton/Development/Work/cdi-call-center-biometrics/cdi-hs-hvd-biometric-authenticator/CDIHSHVDBiometricAuthenticator/CDIHSHVDBiometricAuthenticator/bin/Debug:$DYLD_LIBRARY_PATH
export
LD_LIBRARY_PATH=/mnt/hgfs/coleorton/Development/Work/cdi-call-center-biometrics/cdi-hs-hvd-biometric-authenticator/CDIHSHVDBiometricAuthenticator/CDIHSHVDBiometricAuthenticator/bin/Debug:$LD_LIBRARY_PATH
exec /usr/bin/mono
/mnt/hgfs/coleorton/Development/Work/cdi-call-center-biometrics/cdi-hs-hvd-biometric-authenticator/CDIHSHVDBiometricAuthenticator/CDIHSHVDBiometricAuthenticator/bin/Debug/CDIHSHVDBiometricAuthenticator.exe
"$@"

That I execute via `sudo ./CDIHSHVDBiometricAuthenticator`

I'd like to create a shortcut to the application - or bundle it up some how
so it's just an application one can install / create a shortcut to the
application somewhere.

I've gone through and read the Application Deployment guidlines @
http://www.mono-project.com/Guidelines:Application_Deployment, but I need
some more guidance.

Thanks in advance!

Cole
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20131023/3c859212/attachment.html>


More information about the Mono-list mailing list