Re: Installation instructions

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

I managed to narrow down a manual install to the following commands:

# download 
wget "http://sourceforge.net/projects/rapideuphoria/files/Euphoria/4.1.0-beta2/euphoria-4.1.0-Linux-x64-57179171dbed.tar.gz" -O /tmp/euphoria41.tgz 
 
# extract 
sudo tar xzf /tmp/euphoria41.tgz -C /usr/local/ 
sudo chown -R root:root /usr/local/euphoria-4.1.0-Linux-x64 
 
# link 
cd /usr/local/bin/ 
sudo find /usr/local/euphoria-4.1.0-Linux-x64/bin/ -type f -executable -exec ln -s {} \; 

For those interested, I had originally posted a version of this here: https://github.com/OpenEuphoria/euphoria-mvc/

-Greg

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

Search



Quick Links

User menu

Not signed in.

Misc Menu