Author: ks156 Date: 2009-03-12 11:51:13 +0100 (Thu, 12 Mar 2009) New Revision: 3984
Modified: software_suite_v2/tuxware/tuxdroidserver/trunk/installer.sh Log: * The installers compile manually the driver. This is necessary for the 64 bits systems, and also for the old system with a low version of libc.so.6 Modified: software_suite_v2/tuxware/tuxdroidserver/trunk/installer.sh =================================================================== --- software_suite_v2/tuxware/tuxdroidserver/trunk/installer.sh 2009-03-12 10:42:55 UTC (rev 3983) +++ software_suite_v2/tuxware/tuxdroidserver/trunk/installer.sh 2009-03-12 10:51:13 UTC (rev 3984) @@ -90,7 +90,15 @@ echo ' ;;' >> $1/tuxhttpserver echo 'esac' >> $1/tuxhttpserver echo 'exit 0' >> $1/tuxhttpserver - +# Compile the driver +svn co -q \ +http://svn.tuxisalive.com/software_suite_v2/tuxware/tuxdriver/trunk/ \ +/tmp/tuxdriver +cd /tmp/tuxdriver/unix && make >/dev/null +cd - >/dev/null +driver=`find $1/$1_ -name "libtuxdriver.so"` +cp /tmp/tuxdriver/unix/libtuxdriver.so $driver +rm -rf /tmp/tuxdriver # # Create tarball rev=`svn info |grep "Last Changed Rev"` ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Tux-droid-svn mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tux-droid-svn
