Re: Problem installing Io on os x
"Jeffrey" <[email protected]>
| Newsgroups | gmane.comp.lang.io |
|---|---|
| Message-ID | <[email protected]> |
On OS-X 10.7 this is what worked for me. install XCode 4.1 for Lion install Mac Ports install cmake (port install cmake) git clone the repo cd io mkdir build cd build cmake .. make This will get you (or it did me) a working interpreter in io/build/_build/binarie even tho the addons will fail. --- In [email protected], "naaraayana_iyer" <narayan.iyer@...> wrote: > > All, > > I downloaded the source and as per instructions typed in the following: > > >> make vm > > Got the following error: > > >> make: *** No rule to make target `vm'. Stop. > > Please help. > > Thanks > -Narayan- >