nikki
21-01-2009 13:57:12
Hello!
For some reason, after make and make install, the Shared/linux directory was still empty (I think the binaries should go there). I wrote this small script to execute from the root mygui directory to copy the files to Shared/linux:-
Have fun!
For some reason, after make and make install, the Shared/linux directory was still empty (I think the binaries should go there). I wrote this small script to execute from the root mygui directory to copy the files to Shared/linux:-
#!/bin/sh
cp Demos/Demo_*/Demo_* Shared/linux/
cp Tools/LayoutEditor/LayoutEditor Shared/linux/
cp Tools/ImageSetViewer/ImageSetViewer Shared/linux/
rm Shared/linux/*.vcpr*
rm Shared/linux/*.cbp
Have fun!
