Tiny Core Linux
Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: vinnie on July 31, 2011, 01:14:31 AM
-
http://code.google.com/p/stjerm-terminal-emulator/
I prove to compile this software but ./configure don't find gtk2, but I have also installed the dev version.
I'd be curious to try this drop-down terminal, someone gives me a hand?
-
I don't know what's wrong at your end, but I did a very basic test build on a "plain" TC 3.7.1 system:
tce-load -wi compiletc gtk2-dev vte-dev
tar xf stjerm-0.14.tar.xz
cd stjerm-0.14/
./configure
make
sudo make install
All this went through without an issue. I did not test it, as I don't know what to do with it, but at least it build and installed without any complaint.
So check that all your extensions are up-to-date. I only required those three (plus their dependencies) to build, and I'd imagine the run-time dependencies are (without having it checked myself): 'gtk2.tcz' and 'vte.tcz'.
-
ok, I will make another test and report back how it went
-
Ok maro, i use this other version http://code.google.com/p/stjerm-terminal/ (seems the official version) and i succeded to compile with autogen (automake and libtool).
I make the package, i think it's up in a few couple of day.
The only problem is that it does not work with ash (but ok with bash).
I was also trying similar program "yeahconsole", this package compile correctly but I can't make it work :P