hallo! i have installed slitaz3 on virtualbox. now i want to install easystroke from tar.gz of course (it's a mouse gesture app, i think the best for linux) i have found that i have to install slitaz-toolchain for use apps from source, i'm right? (i haven't found too much info about use those apps) but now what i have to do? the ./configure make etc sequence doesn't work, and the only info found are about ubuntu...
(Make sure you use a prefix=/usr option for them otherwise the paths are often incorrect).
can you write an example of what i have to write? i can't find the xorg development package in packet manager, what's the name? xterm says that configure is not found i open the folder of unzipped files, i open terminal inside the folder and i write ./configure, xterm says that configure doesn't exist...what's wrong?
./configure --prefix=/usr should be alright. Sometimes programs are already 'configure'd; you should be able to skip it and just 'make' it. What does it say in the documentation (install instructions)?
The package is named 'xorg-dev', you should see this if you search TazPkg for 'xorg'. You may not need this, though; install it if it complains that it cannot find the X development libraries.