Thread: Porting problem
View Single Post
Posts: 12 | Thanked: 21 times | Joined on Aug 2010 @ Alger
#2
I tried and no problem compiling (on device)
- download from sourceforge to pc
- transfert to N900
Code:
cat xclip-0.12.tar.gz | ssh user@192.168.1.77 cat ">" xclip-0.12.tar.gz
- log to N900
Code:
ssh user@192.168.1.77
- uncompress
Code:
gunzip xclip-0.12.tar.gz
- unarchive
Code:
tar -xf xclip-0.12.tar
cd xclip-0.12
- install libxmu-dev
Code:
sudo gainroot
apt-get install libxmu-dev
exit
- configure
Code:
./configure
- make
Code:
make
- build package
I am not too good at packaging
 

The Following 2 Users Say Thank You to brahim98 For This Useful Post: