| View previous topic :: View next topic |
| Author |
Message |
jimbo
Joined: 13 Aug 2010 Posts: 1
|
Posted: Fri Aug 13, 2010 9:28 am Post subject: Tintin installing problem |
|
|
Sorry if this has been posted before. I am trying to get Tintin++ to install in Ubuntu. I couldnt get the source code or the precompiled to work.
Precompiled I downloaded and says it is an executable file and I double click on it and it does nothing.
The source code I type configure in terminal and seem to do fine:
| Code: | Configure has finished. To compile, type: make
jimbo@jimbo-laptop:~$ make
make: *** No rule to make target `Makefile.in', needed by `Makefile'. Stop.
jimbo@jimbo-laptop:~$ |
Any tips please? Thanks in advance. |
|
| Back to top |
|
 |
F4RR4R
Joined: 02 Jul 2010 Posts: 80
|
Posted: Fri Aug 13, 2010 10:10 am Post subject: |
|
|
I'm using the most current version of tintin in Ubuntu 9.10 desktop. I compiled from source myself using the included instructions.
Use apt-get install to get the necessary libraries (zlib-dev and pcre-dev) or something like that ... you can find them using apt-cache search pcre or apt-cache search zlib.
Make sure you pass configure, make and make install root permission using sudo. |
|
| Back to top |
|
 |
|