FEAP User Forum

FEAP => Installation => Topic started by: shuweilin on December 03, 2012, 03:39:11 AM

Title: problems with FEAP 8.2 installation on linux
Post by: shuweilin on December 03, 2012, 03:39:11 AM
hey guys,
I would like to install FEAP 8.2 on a linux machine, but I met these problem:


make[1]: Entering directory `/home/weilin/FEAP/ver82/program'
makefile:1: /makefile.in: No such file or directory
make[1]: *** No rule to make target `/makefile.in'.  Stop.
make[1]: Leaving directory `/home/weilin/FEAP/ver82/program'
make: *** [archive] Error 2
   
help me!!! thank you
Title: Re: problems with FEAP 8.2 installation on linux
Post by: mubeen on December 05, 2012, 06:10:06 AM
Well, it seems that you forgot to set the environment variable for FEAPHOME.
Before commencing the installation, enter this command in the shell (I suppose you are using the standard bash):
Code: [Select]

export FEAPHOME8_2=/home/weilin/FEAP/ver82

and then enter the command
Code: [Select]
make install