]> Softwares of Agnibho - anagram.git/blob - INSTALL.txt
Removed binaries
[anagram.git] / INSTALL.txt
1 Installation instructions for Anagram
2 =====================================
3
4 What do you need
5 ----------------
6
7 * A C++ compiler (recommended GNU C++ compiler)
8 * Qt Library
9
10 (To follow the instructions below you will also need gnu make)
11
12 Installation steps
13 ------------------
14
15 (The following instructions assume that you are using GNU C++ compiler
16 along with the GNU make and you already have QT library installed)
17
18 1. Untar the source tarball
19 tar -xvf anagram.tar.gz
20
21 2. Change to the extracted directory
22 cd anagram
23
24 3. Build the binaries
25 make
26
27 4. Install the program
28 make install
29
30 (The default makefile installs the binaries to the /usr/local/bin
31 directory and the dictionary files to the
32 /usr/local/share/anagram/dictionary
33 directory. To uninstall remove those directories.)
34
35 Custom installation
36 -------------------
37
38 To install Anagram to a custom location you will have to edit the
39 makefile. In addition to that you have to edit the find.hpp file in
40 the source directory prior to build.
41 sed -i find.hpp "s:/usr/local/share/anagram/dictionary:/your/custom/path:"