My favorites | Sign in
Logo
                
Search
for
Updated Sep 21, 2009 by gordebak
Labels: Phase-Deploy, Featured
Installation  
Requirements and installation.

Introduction

These generic instructions are Linux specific. The editor may or may not work under other operating systems (this is yet to be tested).

To compile TextRoom on Linux, you will need the Qt4 development libraries (ver. 4.3.2 or later). To hear the sounds you will need libsdl 1.2.13 and libsdl-mixer 1.2.8.

Windows port includes the necessary libraries.

Details

Download the latest version of TextRoom. Drop to command line and type:

tar xzvf ./textroom-xxx.tar.gz

to unarchive, followed by:

cd ./textroom-xxx

Then execute:

qmake-qt4

and

make

to compile the editor. After successful compilation, you may start TextRoom simply by typing bin/textroom (not recommended). Or, to install it system wide, type as root:

make install

which will place a copy of the executable file in /usr/local/bin. Start the editor by typing:

textroom

or clicking the menu icon under Office.

and press F1 for help.

Uninstallation

If you've installed TextRoom from the deb package, there should be an entry in synaptic. But if there isn't you can remove the package by typing sudo apt-get remove textroom in a terminal.

If you've installed from the Linux Installer, there isn't an uninstaller. But you can remove the files by rm commands in a terminal, which are:

sudo rm /usr/bin/textroom
sudo rm /usr/share/applications/TextRoom.desktop
sudo rm -r /usr/local/share/textroom
sudo rm /usr/share/pixmaps/textroom.png

Those are all the files of textroom.

If you've installed from source code, you can do sudo make uninstall in the source code directory. If you've removed the source code, you can download and untar the source from the TextRoom site, and in the source directory again qmake-qt4 && make && sudo make uninstall


Comment by arch1000, Aug 11, 2008

qmake-qt4 is so quick that seems to do nothing. Then "make: Nothing to be done for `first'." is what i get after writing "make" I then do install but it obviously doesnt work :(

Comment by arch1000, Aug 11, 2008

Found the problem. Opne Must have "libsdl 1.2.13 and libsdl-mixer 1.2.8. " installed in order to run textroom. Is there really no way to pre-compile it for users. and make a dependency so it would download the libraries needed automatically?

-sorry for the complaining :). Just trying to make it better. Also how do you uninstall the thing in linux(ubuntu)

Comment by kwiatkowski.g, Aug 12, 2008

I've make: "Nothing to be done for `first'" after make too. And I've libsdl and libsdl-mixer installed but it's not works. Anyone knows why?

Comment by NCAnderson42, Nov 12, 2008

I'm having the same problem as above, if anyone found a fix, please let me know.

Comment by scot.becker, Jun 25, 2009

Is libsdl in fact mandatory. Above it says it isn't, but I can find no way in the makefile to tell it not to look for it. I don't have to have sound, but I still can't get the thing to build.


Sign in to add a comment
Hosted by Google Code