Building Viperin-Z ------------------ From kdevelop, open project viperinz.kdevelop, select the target make environment (Build -> Make Environment) and then Build -> Build. From the command line, for Qtopia/Intel target: QPEDIR=/opt/Qtopia QTDIR=/opt/Qtopia TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-x86-g++ PATH="/opt/Qtopia/bin:$PATH:/opt/Embedix/tools/bin" LD_LIBRARY_PATH="/opt/Qtopia/lib:$LD_LIBRARY_PATH" export QPEDIR QTDIR TMAKEPATH PATH LD_LIBRARY_PATH make For Qtopia/Zaurus: CROSSCOMPILE=/opt/Embedix/tools PATH=/opt/Qtopia/sharp/bin:/opt/Embedix/tools/bin:$PATH QPEDIR=/opt/Qtopia/sharp QTDIR=/opt/Qtopia/sharp TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-sharp-g++ export CROSSCOMPILE QPEDIR QTDIR TMAKEPATH PATH make Installation ------------ First, make sure you have all the dependencies installed: the tun and ipsec kernel modules, vpnc and sudo. For the Zaurus, libqtopia is needed as well. Pre-packaged Qtopia/Zaurus versions are available at FIXME. Next, for Qtopia/Intel, run "make install" as root: su root -c "make install" For Qtopia/Zaurus, build the IPKG package as root: su root -c "make ipkg" Then copy the package (created in dist/feed) to the Zaurus and install it with the package manager.