Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Fedora 12, Ubuntu 10.10, Linux Mint 10
Posts: 47
Rep:
VMPK installation problems
ok... my problem is fairly simple... i want to install a program called VMPK its a virtual keyboard, but through googling i seem to keep running in circles. The program comes as a tarball, which i have no idea how to install (still semi new to Linux... within my first 2 months)... i have read something about compiling it as an RPM but i cant seem to find anything else other than that... this is probably something super simple, but if you could help me out with this it would be great! my platform is Fedora 12 thank you in advance for any help!
Distribution: Fedora 12, Ubuntu 10.10, Linux Mint 10
Posts: 47
Original Poster
Rep:
on another note, i found lists of commands that i could use through terminal but the ./configure command doesnt work, so if there is a different set of commands to use through terminal, that would be great! although it seems ill advised to install them that way, so i guess i am moreso looking for a way to compile my tarball's files into and RPM
Distribution: pclos2010.12, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 9,302
Rep:
su
yum install cmake qt-devel alsa-lib-devel gcc-c++
exit
tar xvf vmpk-0.3.1.tar.bz2
cd vmpk-0.3.1/
mkdir build
cd build/
cmake .. ( i.e. cmake <space> period period )
make
su
make install
exit
... And type vmpk to see the piano keyboard.
Getting the SRC RPM source package (linked on the VMPK site) : http://download.opensuse.org/reposit...1-5.19.src.rpm
> vmpk-0.3.1-5.19.src.rpm
Install the package to /home/<username>/rpms/ ..
rpm -Uvh vmpk-0.3.1-5.19.src.rpm
cd rpms/SPECS
... and edit the file vmpk.spec : line 16
Edit the word libqt4-devel to qt-devel
Next : rpmbuild -bb vmpk.spec
The package is created to rpms/RPMS/i686/vmpk-0.3.1-5.19.i686.rpm
.....
Distribution: pclos2010.12, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 9,302
Rep:
Well, some xsl, etc. + internet connection is probably required ? ?
The packages, I can think of (and have installed long time ago) are :
sgml-common-0.6.3-31.fc12.noarch
libxslt-1.1.26-1.fc12.i686
docbook-style-xsl-1.75.2-4.fc12.noarch
libxslt-devel-1.1.26-1.fc12.i686
docbook-*
I get this now :
Code:
[root@localhost build]# make install
[ 87%] Built target vmpk
[ 98%] Built target translations
[100%] Built target manpages
Install the project...
-- Install configuration: ""
-- Up-to-date: /usr/local/share/vmpk/.......
Click my name, send an email, and I will attach the
vmpk-0.3.1-5.19fc12.i686.rpm , 304 kB , to a return mail.
.....
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.