X-Git-Url: https://code.agnibho.com/repo?a=blobdiff_plain;f=INSTALL.txt;fp=INSTALL.txt;h=49b8eca539f7a5001305a918a171777ce4c8be08;hb=f6c467d15193ab9d13bf3306761159b4f1be2354;hp=0000000000000000000000000000000000000000;hpb=b59e071ca231d2dc08e9be7cca8f491738970ed4;p=anagram.git diff --git a/INSTALL.txt b/INSTALL.txt new file mode 100644 index 0000000..49b8eca --- /dev/null +++ b/INSTALL.txt @@ -0,0 +1,41 @@ + Installation instructions for Anagram + ===================================== + +What do you need +---------------- + +* A C++ compiler (recommended GNU C++ compiler) +* Qt Library + +(To follow the instructions below you will also need gnu make) + +Installation steps +------------------ + +(The following instructions assume that you are using GNU C++ compiler +along with the GNU make and you already have QT library installed) + +1. Untar the source tarball + tar -xvf anagram.tar.gz + +2. Change to the extracted directory + cd anagram + +3. Build the binaries + make + +4. Install the program + make install + +(The default makefile installs the binaries to the /usr/local/bin +directory and the dictionary files to the +/usr/local/share/anagram/dictionary +directory. To uninstall remove those directories.) + +Custom installation +------------------- + +To install Anagram to a custom location you will have to edit the +makefile. In addition to that you have to edit the find.hpp file in +the source directory prior to build. + sed -i find.hpp "s:/usr/local/share/anagram/dictionary:/your/custom/path:"