Wednesday, July 21, 2004
KURO-BOX : I bought the embedded Linux box with a 160GB HDD, Maxtor DiamondMax 16, at Akihabara last weekend. Then, I installed Vine Linux to the embedded Linux box using Yamashita's hack kit. To compile CyberLink for C++, I installed some development pakages such as autoconf and Xereces C++ as follows:
>apt-get install autoconf automake libtool gcc-c++
>tar xvfz xerces-c-src_2_5_0.tar.gz
>export XERCESCROOT=....
>cd $XERCESCROOT/src/xercesc
>autoconf
>runConfigure -plinux -cgcc -xg++ -minmem -nsocket -tnative -rpthread
>gmake