phreakonaleash
03-19-2008, 11:20 PM
MyKbd's KeyboardGenerator's sources are /supposed/ to build in Linux.
Technically it did, but I made sure of that.
go is able to build in linux perfectly find but is missing a few dependencies.
I was unable to get png2bmp to build from here (http://cetus.sakura.ne.jp/softlab/b2p-home/). Also the sources for ZipDB.exe weren't included.
So I decided to make it work with what I have.
*Improved upon svg2bmp() by replacing the batik and png2bmp dependant code with imagemagick's convert.
*Since Alex's patched pilrc (found in pilrc-src/) doesn't have a makefile patched pilrc.exe is run using wine.
*I also ran ZipDB.exe via wine since there is, seemingly, no source for it.
The diff is available here (http://higgs.aquariusoft.org/~rrix/MyKBDkeyboardGenerator.diff). It's a nasty hack and will break the app if you try to build it in windows, but if you will only be using the source in linux it will work pretty OK :) Just be sure you have imagemagick and wine installed.
Other matters:
I am having trouble getting the fonts working correctly, the convertor doesn't seem to be able to load the symbol font (though I've loaded symbol.ttf into KDE from my Vista box)
http://higgs.aquariusoft.org/~rrix/mykbdfonts.bmp
It complained a bit before I loaded symbol.ttf and didn't compile the skin, but it will with this. it only, as you can see, doesn't work quite right.
Does anyone have a solution to this?
Technically it did, but I made sure of that.
go is able to build in linux perfectly find but is missing a few dependencies.
I was unable to get png2bmp to build from here (http://cetus.sakura.ne.jp/softlab/b2p-home/). Also the sources for ZipDB.exe weren't included.
So I decided to make it work with what I have.
*Improved upon svg2bmp() by replacing the batik and png2bmp dependant code with imagemagick's convert.
*Since Alex's patched pilrc (found in pilrc-src/) doesn't have a makefile patched pilrc.exe is run using wine.
*I also ran ZipDB.exe via wine since there is, seemingly, no source for it.
The diff is available here (http://higgs.aquariusoft.org/~rrix/MyKBDkeyboardGenerator.diff). It's a nasty hack and will break the app if you try to build it in windows, but if you will only be using the source in linux it will work pretty OK :) Just be sure you have imagemagick and wine installed.
Other matters:
I am having trouble getting the fonts working correctly, the convertor doesn't seem to be able to load the symbol font (though I've loaded symbol.ttf into KDE from my Vista box)
http://higgs.aquariusoft.org/~rrix/mykbdfonts.bmp
It complained a bit before I loaded symbol.ttf and didn't compile the skin, but it will with this. it only, as you can see, doesn't work quite right.
Does anyone have a solution to this?