LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Simple installation: having some trouble (https://www.linuxquestions.org/questions/linux-software-2/simple-installation-having-some-trouble-322484/)

mixedmemes 05-11-2005 03:46 PM

Simple installation: having some trouble
 
I tried installing this program at SourceForge.net, and I've been having trouble getting it set up. I'm running Fedora Core 1. If anyone can point me to some instructions for installing and running something like this, or if anyone can outline the steps, it would be very much appreciated. I realize that downloading and installing something like this should be relatively simple, but I don't have my books on me, and I've been screwing up some part of the process involved in getting it running.

bulliver 05-11-2005 03:59 PM

Download the file...
# tar xzf avida-src-2.2.2.tar.gz
# cd avida[tab]
# less README
# less INSTALL
..and unless the README or INSTALL tells you different:
# ./configure
# make
# make install

This is a general recipe for installing from source...


All times are GMT -5. The time now is 02:42 PM.