真的挺实用的。
Drawpad is a draw application.
a cam previewer as well.
with drawpad, you can make notes
on photos and save them
more details about drawpad
please visit http://vmlinuxx.googlepages.com/drawpad
which is in chinese and with some screen shots
here is the mpkg installer
is not an appendix started on Е680, that to do ?![]()
cool app ...
but you have some problems with drawtest script and sdl library filename. Your mpkg don't work without modifications ...
yes,i have found this problem,Originally Posted by epinter
will you please show me a way out.
change the order of the line "export LD_LIBRARY_PATH" placing it after mypath= ...
add $mypath to LD_LIBRARY_PATH and rename libSDL-1.2.so to libSDL-1.2.so.0.
Originally Posted by vmlinuxx
3x to epinter
i modified the startup script:
#!/bin/bash
. /home/native/.profile
myfile=`basename $0`
mypath=`echo $0 | sed -e 's/'$myfile'$//g'`
export QTDIR=/usr/lib/ezx
export LD_LIBRARY_PATH=$QTDIR/lib:/diska/.usr/lib:$mypath
export EZX_RES_FONT_PATH=$QTDIR/lib/fonts
cd "$mypath"
exec ./drawtest.bin $*
and rename libSDL-1.2.so to libSDL-1.2.so.0