| | 68 | mcs -pkg:libtinymail-platform-sharp-1.0 -pkg:glade-sharp-2.0 *cs gtk-gui/*.cs -resource:gtk-gui/gui.stetic -o test.exe |
|---|
| | 69 | |
|---|
| | 70 | export LD_LIBRARY_PATH=/opt/tinymail/lib/:/opt/gtk-sharp/lib/ |
|---|
| | 71 | export MONO_PATH=/opt/gtk-sharp/lib/mono/gtk-sharp-2.0/:\ |
|---|
| | 72 | /opt/tinymail/lib/mono/libtinymail-sharp-1.0/:\ |
|---|
| | 73 | /opt/tinymail/lib/mono/libtinymailui-sharp-1.0/:\ |
|---|
| | 74 | /opt/tinymail/lib/mono/libtinymailui-gtk-sharp-1.0/:\ |
|---|
| | 75 | /opt/tinymail/lib/mono/libtinymail-camel-sharp-1.0/:\ |
|---|
| | 76 | /opt/tinymail/lib/mono/libtinymail-platform-sharp-1.0/ |
|---|
| | 77 | |
|---|
| | 78 | mono test.exe |
|---|
| | 79 | |
|---|
| | 80 | # |
|---|
| | 81 | ## Note about those insane LD_LIBRARY_PATH and MONO_PATH variables: |
|---|
| | 82 | # |
|---|
| | 83 | |
|---|
| | 84 | A normal install does not require these. They are required because the |
|---|
| | 85 | assemblies and shared object files, when installed in /opt, wont be found by |
|---|
| | 86 | Mono unless you specify MONO_PATH and LD_LIBRARY_PATH. |
|---|
| | 87 | |
|---|