0 Members and 5 Guests are viewing this topic.
Depending on what version of linux you use, there may be a software center application (which is basically the linux version of the appstore). You can easily install tilem from there.
Keypresses don't have latency if you turn the skin off
I can't manage to install tilem. When I do "./configure && make && sudo make install", it says "undefined reference to <<pow@@GLIBC_2.0>>". Some Googling told me to add "-lm", but even after I added -lm to every CFLAGS in every Makefile with a CFLAGS, it still gave me that error (when I ran the previous command without the "./configure &&" part).
Quote from: ben_g on July 23, 2014, 12:47:06 pmDepending on what version of linux you use, there may be a software center application (which is basically the linux version of the appstore). You can easily install tilem from there.Lubuntu. I know that Ubuntu has some sort of store (that I used two or three times on my other laptop) but if it's on Lubuntu too, I don't know where.
Quote from: Hayleia on July 23, 2014, 09:40:09 amI can't manage to install tilem. When I do "./configure && make && sudo make install", it says "undefined reference to <<pow@@GLIBC_2.0>>". Some Googling told me to add "-lm", but even after I added -lm to every CFLAGS in every Makefile with a CFLAGS, it still gave me that error (when I ran the previous command without the "./configure &&" part).i posted about this just a few days ago:http://www.omnimaga.org/index.php?topic=21333The important part is to put -lm on LIBS in gui/Makefile, because -lm has to come after all the other library loads.As for editors, I'm planning to make IES work while offline Might be a few weeks though.
Quote from: Hayleia on July 23, 2014, 01:24:08 pmI know that Ubuntu has some sort of store (that I used two or three times on my other laptop) but if it's on Lubuntu too, I don't know where.Pretty sure you need to install it on Lubuntu. It's in the repos though.By the way, Synaptic > all when messing with an apt based system.
I know that Ubuntu has some sort of store (that I used two or three times on my other laptop) but if it's on Lubuntu too, I don't know where.
Is there a way to edit keybindings on tilem ? Because they don't match Wabbit's and I am used to Wabbit's.