Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Brad on July 22, 2003, 08:39:37 PM

Title: 'make' and 'install'
Post by: Brad on July 22, 2003, 08:39:37 PM
I have found an app I need to call from PHP on my SME 5.5 server.

The install of the app (called 'anti-word') seemed pretty easy.. until step (d) and (e) of below.  When I try to run the 'make all' command, i get this line.
"bash: make: command not found"


the install instructions for antiword are below:


A1: (a) Make a suitable directory like '$HOME/src/antiword' and copy the
        'antiword.tar.gz' file to this directory.
    (b) decompress: 'gunzip antiword.tar.gz'
    (c) unpack: 'tar xvf antiword.tar'
    (d) compile: 'make all'
    (e) install: 'make install'. This will install antiword in the $HOME/bin
        directory.
    (f) copy the file called 'fontnames' and one or more mapping files from
        the Resources directory to the $HOME/.antiword directory (note the
        dot before antiword!).
    NOTE: you can skip point (f) if your system administrator already copied
          these files to /usr/share/antiword.


anyone able to tell me how I would go about installing this onto an SME 5.5 server??

Thanks in advance,
Brad
Title: Re: 'make' and 'install'
Post by: Dan Brown on July 22, 2003, 09:06:10 PM
http://www.e-smith.org/faq.php3#8q7
Title: Re: 'make' and 'install'
Post by: Krusty on July 24, 2003, 11:13:07 AM
need to get a copy of dev-tools and install it on your box then you will be able to use make and install as these commands are part of the package