installing euphoria on linux

new topic     » topic index » view thread      » older message » newer message

here some notes on installing euphoria on linux systems.
Installing for all users.

#To install user need privileged access to /usr directory and /etc/profile 
he may login as root or enter command:  
sudo su 
# root password is asked. 
install euphoria files to 
/usr/local/share/applications/euphoria-xxx  
#xxx is version number 
#use an editor to modify /etc/profile 
# ***** add those lines to /etc/profile 
 
# create a symbolic link to euphoria directory in home directory 
if [ ! -e $HOME/euphoria ];then 
  ln -s /usr/local/share/applications/euphoria-4.0b2 $HOME/euphoria  
fi 
#insert those line before the line with export PATH 
EUDIR=$HOME/euphoria 
EUINC=$EUDIR/include 
PATH=$EUDIR/bin:$PATH 
export EUDIR EUINC 
 
# **** end of /etc/profile modifications 


Jacques

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu