1. uncompressing the bsd file
- Posted by JasonDube <dubetyrant at hotmail.com> May 29, 2004
- 493 views
Hi, Im fairly new to freebsd and linux type OS and I am trying to install euphoria on my freebsd system. I have managed to install euphoria and to create my environment variables but I am having trouble unzipping the "replacement exu file" I need to run euphoria. The reason I cant do it is because I dont readily know how to unzip a .zip file from a unix console,(I cant seem to find the right utility and/or argument list). Furthermore I am not even sure if this question belongs on a unix type mailing list or this one. Any help is appreciated. -Jason
2. Re: uncompressing the bsd file
- Posted by irv mullins <irvm at ellijay.com> May 29, 2004
- 464 views
JasonDube wrote: > > > Hi, > Im fairly new to freebsd and linux type OS and I am trying to install > euphoria on > my freebsd system. I have managed to install euphoria and to create my > environment > variables but I am having trouble unzipping the "replacement exu file" I need > to run > euphoria. The reason I cant do it is because I dont readily know how to unzip > a .zip > file from a unix console,(I cant seem to find the right utility and/or > argument list). > Furthermore I am not even sure if this question belongs on a unix type mailing > list > or this one. Any help is appreciated. > -Jason This would be the right place. I'm pretty sure BSD comes with unzip. Try typing unzip eubsd24.zip You should get two files, exu README.TXT copy or move exu to /euphoria/bin, and change the permissions as necessary. Irv
3. Re: uncompressing the bsd file
- Posted by Elliott Sales de Andrade <quantum_analyst at hotmail.com> May 29, 2004
- 479 views
This is somewhat of an oversight by RDS. It really should be a tarball. Anyway, you can try to use this unzip utility: http://ftp.info-zip.org/pub/infozip/UnZip.html#FreeBSD JasonDube wrote: > Hi, > Im fairly new to freebsd and linux type OS and I am trying to install > euphoria on > my freebsd system. I have managed to install euphoria and to create my > environment > variables but I am having trouble unzipping the "replacement exu file" I need > to run > euphoria. The reason I cant do it is because I dont readily know how to unzip > a .zip > file from a unix console,(I cant seem to find the right utility and/or > argument list). > Furthermore I am not even sure if this question belongs on a unix type mailing > list > or this one. Any help is appreciated. > -Jason >
4. Re: uncompressing the bsd file
- Posted by JasonDube <dubetyrant at hotmail.com> May 29, 2004
- 512 views
Hey thanks, Freebsd didn't come with the utility but it was easy enough to get. I probably tried to get too far ahead of myself trying to install euphoria without first having a solid understanding of some of Unix' basic things but I really wanted to get some programming done while Im learning.